You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Empty Files: Files such as .github/workflow are empty and should be removed.
Clean Up Redundant Directories: The build folder appears to be a partial copy of src. If it is unnecessary, it should be removed.
Improve Documentation: Not all functions are documented with docstrings. Comprehensive documentation would enhance usability.
Eliminate Unnecessary Comments: The code contains many comments that may not be needed, for example, in tests/results_systems.jl. Removing them can improve code readability.
Simplify Build Scripts: The docs/make.jl file contains unnecessary code, such as run(cp -r "C:/Users/belli/.julia/dev/QuantizedSystemSolver/docs/build/*"). This should be cleaned up.
Remove Unnecessary Files:
lcov.info
src/dense/NL_integrators/workspace.code-workspace
Please review the repository thoroughly to remove files that are not relevant to users.
Standardize Directory Naming: Some folders within src use uppercase letters while others use lowercase. Consistent naming conventions should be applied.
The text was updated successfully, but these errors were encountered:
Concerning the JOSS review thread.
.github/workflow
are empty and should be removed.build
folder appears to be a partial copy ofsrc
. If it is unnecessary, it should be removed.tests/results_systems.jl
. Removing them can improve code readability.docs/make.jl
file contains unnecessary code, such asrun(
cp -r "C:/Users/belli/.julia/dev/QuantizedSystemSolver/docs/build/*")
. This should be cleaned up.lcov.info
src/dense/NL_integrators/workspace.code-workspace
src
use uppercase letters while others use lowercase. Consistent naming conventions should be applied.The text was updated successfully, but these errors were encountered: