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
Reference Results in Tests: It would be beneficial if the test suite (e.g., test/Tyson.jl) included comparisons of computed results against reference solutions. This would help in detecting unintended changes in the software's output due to modifications, allowing developers to investigate and address issues promptly.
Notably, there are commented-out sections in tests like test/adr.jl that reference XLSX data. It is unclear why these comparisons are commented out. Improving the code quality of the tests by reactivating and ensuring these comparisons work correctly would enhance the reliability of the testing framework.
Consistent Naming Conventions: The files within the test folder currently have inconsistent naming conventions regarding the use of underscores and capitalization. Adopting a consistent naming scheme would improve organization and make the test suite easier to navigate and maintain.
The text was updated successfully, but these errors were encountered:
test files are cleaned and commented-out sections are removed.
comparisons of computed results against reference solutions are added for the tyson and the ADR problems.
camelCase is used for file names.
Concerning the JOSS review thread.
test/Tyson.jl
) included comparisons of computed results against reference solutions. This would help in detecting unintended changes in the software's output due to modifications, allowing developers to investigate and address issues promptly.test/adr.jl
that reference XLSX data. It is unclear why these comparisons are commented out. Improving the code quality of the tests by reactivating and ensuring these comparisons work correctly would enhance the reliability of the testing framework.test
folder currently have inconsistent naming conventions regarding the use of underscores and capitalization. Adopting a consistent naming scheme would improve organization and make the test suite easier to navigate and maintain.The text was updated successfully, but these errors were encountered: