clessig / atmorep

AtmoRep model code
MIT License
44 stars 11 forks source link

Grasse 15 finish implementing the validation tests #45

Open grassesi opened 2 months ago

grassesi commented 2 months ago

refactoring of the existing validation tests to follow testing best practices (i.e. one assert per test case, ...). Also add quality of life improvements such as requiring only one command line option (path to result directory), the rest will be inferred from the config.json file in the result directory. Add tests checking the expected timestamps, number of timestamps per sample, expected levels. Closes #15