-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depreciation warnings dump #558
Comments
Fixed some things. Created new Ran (in new environment)
|
A number of these have been fixed. It would be good to review this and see what else needs attention. |
maybe more warning as there might be newer packages - look to fix ones that will stop working in the future. |
Time box for 1 day |
After updating the Python version, there were still some deprecation warnings present in the code. I successfully addressed and resolved all of the warnings associated with the COAsT code. However, there remain certain warnings related to the xarray and utide libraries, which cannot be eliminated since they pertain to dependencies. The PR link is: #649 |
When running the
pytest unit_test.py
there are always some depreciation warnings that can be preemptively fixed, or at least flagged.Ran
pip install . && /Users/jeff/opt/anaconda3/envs/coast_dev/bin/pytest unit_testing/unit_test.py -s
Not sure why
pytest
isn't in my path...The text was updated successfully, but these errors were encountered: