improve format
This commit is contained in:
+13
-12
@@ -26,35 +26,36 @@
|
||||
# negotiate a specific contract with a legal representative of CEA.
|
||||
#
|
||||
from __future__ import print_function, unicode_literals
|
||||
import os
|
||||
import numpy as N
|
||||
import h5py
|
||||
|
||||
from astrophysix.simdm import SimulationStudy, Project, ProjectCategory
|
||||
import datetime
|
||||
import os
|
||||
|
||||
import h5py
|
||||
import numpy as N
|
||||
from astrophysix import units as U
|
||||
from astrophysix.simdm import Project, ProjectCategory, SimulationStudy
|
||||
from astrophysix.simdm.datafiles import Datafile, PlotInfo, PlotType
|
||||
from astrophysix.simdm.experiment import (
|
||||
Simulation,
|
||||
AppliedAlgorithm,
|
||||
ParameterSetting,
|
||||
ParameterVisibility,
|
||||
ResolvedPhysicalProcess,
|
||||
Simulation,
|
||||
)
|
||||
from astrophysix.simdm.protocol import (
|
||||
SimulationCode,
|
||||
AlgoType,
|
||||
Algorithm,
|
||||
AlgoType,
|
||||
InputParameter,
|
||||
PhysicalProcess,
|
||||
Physics,
|
||||
SimulationCode,
|
||||
)
|
||||
from astrophysix.simdm.results import GenericResult, Snapshot
|
||||
from astrophysix.simdm.datafiles import Datafile, PlotType, PlotInfo
|
||||
from astrophysix.utils.file import FileType
|
||||
from astrophysix import units as U
|
||||
from matplotlib import gridspec
|
||||
from mpl_toolkits.axes_grid1 import AxesGrid, Grid
|
||||
|
||||
from plotter import *
|
||||
import datetime
|
||||
from mpl_toolkits.axes_grid1 import AxesGrid, Grid
|
||||
from matplotlib import gridspec
|
||||
|
||||
P.rcParams["text.usetex"] = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user