File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5353 # from .swig_wrappers
5454 hdf5_enabled = "read_solver_settings_from_hdf5" in dir ()
5555 # These modules require the swig interface and other dependencies
56+ from ._debugging import get_model_for_preeq
5657 from ._numpy import ExpDataView as ExpDataView
5758 from ._numpy import ReturnDataView as ReturnDataView
5859 from ._numpy import evaluate as evaluate
@@ -83,6 +84,7 @@ def get_model(self) -> amici_swig_py.Model:
8384 "ModelModule" ,
8485 * _swig_wrappers .__all__ ,
8586 "AmiciModel" ,
87+ "get_model_for_preeq" ,
8688 ]
8789
8890 # expose the swig module itself
File renamed without changes.
Original file line number Diff line number Diff line change 66import amici
77import numpy as np
88import pytest
9- from amici .debugging import get_model_for_preeq
109from amici .importers .antimony import antimony2amici
1110from amici .sim .sundials import (
1211 AMICI_ERROR ,
1918 SteadyStateComputationMode ,
2019 SteadyStateSensitivityMode ,
2120 SteadyStateStatus ,
21+ get_model_for_preeq ,
2222 parameter_scaling_from_int_vector ,
2323 run_simulation ,
2424)
You can’t perform that action at this time.
0 commit comments