Skip to content

'RemoveCollections' #686

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

Merged
merged 1 commit into from
May 4, 2022
Merged

'RemoveCollections' #686

merged 1 commit into from
May 4, 2022

Conversation

AlexanderJuestel
Copy link
Contributor

Got another warning in my tests, this time:

../......lib/python3.9/site-packages/gempy/core/interpolator.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working from collections import Iterable

However, from collections import Iterable is not even used in interpolator.py as all occurrences are currently commented (lines 157-166, lines 180-190).

Cheers Alex

@Japhiolite Japhiolite merged commit d017d5e into master May 4, 2022
@Japhiolite Japhiolite deleted the fix_collections branch May 4, 2022 09:48
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