mcyc / mufasa

MUlti-component Fitter for Astrophysical Spectral Applications
GNU General Public License v3.0
0 stars 2 forks source link

Import error for collections Iterable #7

Closed taiwithers closed 2 years ago

taiwithers commented 2 years ago

Python 3.3+ requires importing collections.abc rather than collections documentation

UltraCube.py line 97 has from collections import Iterable

The Py3 compatible version should say from collections.abc import Iterable

mcyc commented 2 years ago

A change to line 97 has been made accordingly in commit b110c62f2ed012c53071643a7172153e41737957.