tardis-sn / carsus

Atomic Database for Astronomy
https://tardis-sn.github.io/carsus
21 stars 44 forks source link

Quickstart notebook fails on Chianti data section #383

Open AlexHls opened 1 year ago

AlexHls commented 1 year ago

Describe the bug

When running the quickstart notebook (after following the installation section), the Chianti data section of the notebook fails with the following error

AttributeError: module 'ChiantiPy.tools.data' has no attribute 'Defaults'

To Reproduce

(from a freshly cloned carsus directory)

conda env create -f carsus_env3.yml
conda activate carsus
pip install -e .
export XUVTOP=<path-to-chianti>
jupyter notebook

Then run the quickstart notebook

Screenshots

System

Additional context

andrewfullard commented 1 month ago

Should be resolved following the merge of #406