Dlux804 / McQuade-Chem-ML

Development of easy to use and reproducible ML scripts for chemistry.
5 stars 1 forks source link

Unit Test for new Machine Learning pipeline #74

Closed qle2 closed 4 years ago

qle2 commented 4 years ago

Is your feature request related to a problem? Please describe. It's not really a problem. Unit tests are not required but an essential part in a programming project. It makes sure that the essential parts of the project is functioning properly throughout various changes

Describe the solution you'd like Add Unit Tests for different Machine Learning scenarios:

Describe alternatives you've considered We can decide between using unittest or pytest for our main testing modules

Additional context https://docs.python-guide.org/writing/tests/