Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed May 26, 2024
1 parent 06419c8 commit 25618e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biosimulator_processes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

STEPS_TO_REGISTER = [
('copasi-step', 'ode_simulation.CopasiStep'),
('tellurium-step', 'ode_simulation.CopasiStep'),
('tellurium-step', 'ode_simulation.TelluriumStep'),
('amici-step', 'ode_simulation.AmiciStep'),
('plotter', 'viz.CompositionPlotter'),
('plotter2d', 'viz.Plotter2d')]

Expand Down

0 comments on commit 25618e8

Please sign in to comment.