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
Currently, test_climatology.py uses pytests to check the calculations. All of our other test files use unittest. For consistency, we should convert test_climatology.py to unittest.
The text was updated successfully, but these errors were encountered:
Currently,
test_climatology.py
uses pytests to check the calculations. All of our other test files use unittest. For consistency, we should converttest_climatology.py
to unittest.The text was updated successfully, but these errors were encountered: