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
After <> I get this error
<<Traceback (most recent call last):
File "/opt/enrico/bin/enrico_lc", line 4, in
import enrico.lightcurve as lc
File "/opt/enrico/enrico/lightcurve.py", line 7, in
from enrico import plotting
File "/opt/enrico/enrico/plotting.py", line 7, in
from enrico.constants import MEV_TO_ERG, ERG_TO_MEV
ImportError: cannot import name MEV_TO_ERG >>
when I use enrico_sed or enrico_lc.
should I fix something else ?
Thank you !
The text was updated successfully, but these errors were encountered:
Hi,
After <> I get this error
<<Traceback (most recent call last):
File "/opt/enrico/bin/enrico_lc", line 4, in
import enrico.lightcurve as lc
File "/opt/enrico/enrico/lightcurve.py", line 7, in
from enrico import plotting
File "/opt/enrico/enrico/plotting.py", line 7, in
from enrico.constants import MEV_TO_ERG, ERG_TO_MEV
ImportError: cannot import name MEV_TO_ERG >>
when I use enrico_sed or enrico_lc.
should I fix something else ?
Thank you !
The text was updated successfully, but these errors were encountered: