PSFCPlasmaTools / eqtools

Python tools for magnetic equilibria in tokamak plasmas
GNU General Public License v3.0
31 stars 11 forks source link

module imports not consistent with documentation #11

Open auroradh opened 1 year ago

auroradh commented 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:)