-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
EBLattenuation & DoubleSmoothlyBrokenPowerlaw not available #200
Comments
@eneights do you have https://github.com/me-manu/ebltable installed? |
I believe the |
No, I don't have ebltable installed. So we just need to install that in order to use EBLattenuation? |
And ok, sounds good, thank you! |
Yes, please try installing it and let me know if the error persists. |
Yes, I'm able to use EBLattenuation after installing ebltable. |
When I try to import the EBLattenuation and DoubleSmoothlyBrokenPowerlaw models, I get the errors
ImportError: cannot import name 'EBLattenuation' from 'threeML'
and
ImportError: cannot import name 'DoubleSmoothlyBrokenPowerlaw' from 'threeML'
Running
gives me the error
NameError: name 'EBLattenuation' is not defined
, and the same thing happens for DoubleSmoothlyBrokenPowerlaw.I don't have this issue with any other models.
The text was updated successfully, but these errors were encountered: