Skip to content
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

Merged
merged 20 commits into from
Nov 9, 2023
Merged

remove deprec warning #649

merged 20 commits into from
Nov 9, 2023

Conversation

soutobias
Copy link
Collaborator

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.

@soutobias soutobias marked this pull request as ready for review November 8, 2023 12:21
@soutobias soutobias requested a review from jpolton November 8, 2023 12:21
@soutobias
Copy link
Collaborator Author

soutobias commented Nov 8, 2023

Resolves #629, resolves #558

Copy link
Collaborator

@jpolton jpolton left a 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.

@soutobias
Copy link
Collaborator Author

@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.

@jpolton
Copy link
Collaborator

jpolton commented Nov 9, 2023

Great work. I'll merge it.

@jpolton jpolton merged commit 210951f into develop Nov 9, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants