Skip to content

Commit

Permalink
updates to init
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed May 26, 2024
1 parent 8d7d217 commit 3094766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions biosimulator_processes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

STEPS_TO_REGISTER = [
# ('get_sbml_step', 'get_sbml.GetSbmlStep'),
('copasi-step', 'ode_simulation.CopasiStep'),
('plotter', 'viz.CompositionPlotter'),
('plotter2d', 'viz.Plotter2d')]

Expand Down
9 changes: 3 additions & 6 deletions biosimulator_processes/steps/ode_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,9 @@ def update(self, inputs):
return results








class TelluriumStep(OdeSimulation):
def __init__(self, sbml_filepath, time_config: dict[str, float], config=None, core=CORE):
super().__init__(sbml_filepath, time_config, config, core)


class ODEProcess(RunProcess):
Expand Down

0 comments on commit 3094766

Please sign in to comment.