Open auroradh opened 1 year ago
Hi, according to the documentation of eqtools (https://eqtools.readthedocs.io/en/latest/index.html) I am supposed to be able to write this
e = eqtools.CModEFITTree(1140729030)
However, in init.py file the necessary module is commented out
from .CModEFIT import *
Is the proper relative imports a final change? In that case, I guess the documentation should be updated:)
Hi, according to the documentation of eqtools (https://eqtools.readthedocs.io/en/latest/index.html) I am supposed to be able to write this
e = eqtools.CModEFITTree(1140729030)
However, in init.py file the necessary module is commented out
from .CModEFIT import *
Is the proper relative imports a final change? In that case, I guess the documentation should be updated:)