Hi, I just installed Chianti on Windows (I'm using Anaconda). When I try to run ch.ion, I get the error message
"AttributeError: module 'ChiantiPy.tools.data' has no attribute 'Abundance'"
What's tripping it up seems to be line 134 in [HOME]\anaconda3\lib\site-packages\ChiantiPy\core\Ion.py, which is
self.Abundance = chdata.Abundance[self.AbundanceName]['abundance'][self.Z-1]
I'm not sure how to fix this, and I haven't been able to find a solution for this problem anywhere else