We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I note that the try-except block in l.3061ff of pyneb_core.py will raise an exception for a install of astropy with only the required packages.
pyneb_core.py
This is because h5py is required by astropy to read hdf-5 files, but it is only a recommended, not a required package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I note that the try-except block in l.3061ff of
pyneb_core.py
will raise an exception for a install of astropy with only the required packages.This is because h5py is required by astropy to read hdf-5 files, but it is only a recommended, not a required package.
The text was updated successfully, but these errors were encountered: