Closed bocklund closed 3 years ago
The code should be profiled and any optimizations made if possible and reasonable.
For example, equilibrium(..., to_xarray=False) could be used, but the indexing into the LightDataset objects would have to be updated
equilibrium(..., to_xarray=False)
LightDataset
The PhaseRecord API usage introduced by #21 addresses this well enough to close.
PhaseRecord
The code should be profiled and any optimizations made if possible and reasonable.
For example,
equilibrium(..., to_xarray=False)
could be used, but the indexing into theLightDataset
objects would have to be updated