-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Various pandas deprecation warnings from test suite #1892
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
Comments
Is the intention to resolve these warnings by updating the deprecated methods with current ones, or rather to just hide the deprecation warnings? |
@matsuobasho preferably update the methods to resolve the warnings. If updating breaks other code, perhaps hide them. |
Ok, I'm tackling this issue. Since is this my first issue, would like to ask about a nuance that I've encountered.
Here's the warning:
The interesting part is that the warning only pertains to So changing to |
Wow, three different vector types going into a single function :P Don't worry about the inconsistency with not using |
Ah yeah, the SRML website has been down for a while and causing the associated tests to fail. If you check the recent CI test results for I suggest ignoring those failing tests for now. If any deprecation warnings come out of those tests whenever they eventually start passing again, we can just address them at that time. |
@matsuobasho we add the labels to the PR. |
We've started getting several types of deprecation warnings from the tests:
Here's an example run: https://github.com/pvlib/pvlib-python/actions/runs/6550206298/job/17788805508?pr=1827#step:9:65
Addressing these would be good first PRs for anyone wanting to get started with contributing to pvlib's codebase! If you plan to submit a PR for one of these warnings, please comment here so that someone else does not duplicate the work.
The text was updated successfully, but these errors were encountered: