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

[BUG] 'Series' object has no attribute 'iteritems' #12

Open
ErikEnsminger opened this issue Dec 6, 2023 · 1 comment
Open

[BUG] 'Series' object has no attribute 'iteritems' #12

ErikEnsminger opened this issue Dec 6, 2023 · 1 comment

Comments

@ErikEnsminger
Copy link

Python version 3.9.18
pymrmre version 1.0.7

.iteritems() needs to be replaced with .items() in MrmreData.py

/usr/local/lib/python3.10/dist-packages/pymrmre/MrmreData.py:270: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead. for _, item in self._feature_types.iteritems(): /usr/local/lib/python3.10/dist-packages/pymrmre/MrmreData.py:287: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead. for _, item in self._feature_types.iteritems(): /usr/local/lib/python3.10/dist-packages/pymrmre/MrmreData.py:287: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead. for _, item in self._feature_types.iteritems(): /usr/local/lib/python3.10/dist-packages/pymrmre/MrmreData.py:258: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead. for _, item in self._feature_types.iteritems():

@jpeoples
Copy link

jpeoples commented Jun 8, 2024

Note to admins: this is fixed by #10

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

2 participants