You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the test demo on macOS 10.15.7 (in a conda environment with python 3.10.11) results in many warnings, e.g. “WARNING:flarestack.core.energy_pdf:Deprecated e_pdf_key ‘Name’ was used. Please use ‘energy_pdf_name’ in future.”
To reproduce it run python -m unittest discover tests/
The text was updated successfully, but these errors were encountered:
Running the test demo on macOS 10.15.7 (in a conda environment with python 3.10.11) results in many warnings, e.g. “WARNING:flarestack.core.energy_pdf:Deprecated e_pdf_key ‘Name’ was used. Please use ‘energy_pdf_name’ in future.”
To reproduce it run
python -m unittest discover tests/
The text was updated successfully, but these errors were encountered: