Open samgdotson opened 4 years ago
The functions in hydro-requirement/hydrogen.py need to have associated unit tests.
hydro-requirement/hydrogen.py
This is a good first issue for new students/researchers.
For guidance on writing unit tests, please see "Effective Computation in Physics by Huff, Scopatz."
This issue can be closed when:
test_hydrogen.py
tests
pride/
hydrogen.py
pytest
The functions in
hydro-requirement/hydrogen.py
need to have associated unit tests.This is a good first issue for new students/researchers.
For guidance on writing unit tests, please see "Effective Computation in Physics by Huff, Scopatz."
This issue can be closed when:
test_hydrogen.py
has been added to thetests
folder inpride/
(this folder may need to be created, depending on the status of Issue #103).hydrogen.py
has an appropriate unit test, covering edge and corner cases if applicable.pytest
in the top level of the repository.