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

FutureWarning raised by lf_helpers #27

Closed
aliakatas opened this issue Sep 26, 2022 · 2 comments
Closed

FutureWarning raised by lf_helpers #27

aliakatas opened this issue Sep 26, 2022 · 2 comments
Assignees

Comments

@aliakatas
Copy link
Contributor

Reading some LF1 files raises the following warning:

lf_helpers.py:75: FutureWarning: DataFrame.set_axis 'inplace' keyword is deprecated and will be removed in a future version. Use `obj = obj.set_axis(..., copy=False)` instead df.set_axis(self._subheaders, axis=1, inplace=True)

Obviously not critical, just to make you aware in case you want to address it.

Environment:

  • Python 3.9.1
  • pandas=1.4.3
  • floodmodeller-api=0.4.0
@joe-pierce
Copy link
Collaborator

Thank @aliakatas :)

@scleakey
Copy link
Collaborator

scleakey commented Oct 13, 2022

Closed with 6c4c12b

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

No branches or pull requests

3 participants