serazing / xscale

Xscale a library of multi-dimensional signal processing tools using parallel computing
Apache License 2.0
25 stars 12 forks source link

Please update 2 files for Python 3.10 compatibility #20

Open bhlevca opened 1 year ago

bhlevca commented 1 year ago

modified: xscale/_utils.py ->from collections.abc import Iterable modified: xscale/filtering/linearfilters.py -> from collections.abc import Iterable

change from collections import Iterableto from collections.abc import Iterable