-
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
remove deprec warning #649
Conversation
…phic-Data-Centre/COAsT into feature/deprec-warning
THREESHOLD -> THESHOLD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I've restored a matplotlib thing whereby the color scale broke for one of the unit testing figures.
I'm not sure why the notebook_to_md tests are failing. I've been having a similar issue with bug/#628_cartopy_quivers. If we can fix it here then I'm pretty sure that the outstanding GitAction issues on PR will be solved to.
@jpolton , I fixed the cmap stuff and now it works. I also updated all github actions related to notebooks. An error occurred in the python version, as it was instantiated twice: in the workflow and in the environment.yml. So, I removed the workflow version for these tests. |
Great work. I'll merge it. |
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. I also chose to retain one warning labeled as "Pending" because I believe it may only become relevant in the distant future.