File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222from scipy .io import loadmat , savemat
2323
2424# Import Custom Module
25- from py2d .aposteriori_analysis import eddyTurnoverTime_2DFHIT
26- from py2d .convection_conserved import convection_conserved
27- from py2d .convert import Omega2Psi_2DFHIT_spectral , Psi2UV_2DFHIT_spectral
28- from py2d .datamanager import (
25+ from .aposteriori_analysis import eddyTurnoverTime_2DFHIT
26+ from .convection_conserved import convection_conserved
27+ from .convert import Omega2Psi_2DFHIT_spectral , Psi2UV_2DFHIT_spectral
28+ from .datamanager import (
2929 gen_path ,
3030 get_last_file ,
3131 pretty_print_table ,
3535 initialize_perturbation ,
3636 initialize_wavenumbers_2DFHIT ,
3737)
38- from py2d .SGSModel import *
38+ from .SGSModel import SGSModel
3939
4040os .chdir ("../../py2d/" )
4141print (jax .default_backend ())
You can’t perform that action at this time.
0 commit comments