Skip to content

Commit

Permalink
Fix add_reaction benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener authored and hredestig committed May 16, 2017
1 parent 032fdbb commit 3cf5df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/test/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def benchmark_add_reaction():
model.add_reaction(dummy_reaction)
if not getattr(model, 'solver', None):
solver_dict[solver].create_problem(model)
model.remove_reactions([dummy_reaction], delete=False)
model.remove_reactions([dummy_reaction])

benchmark(benchmark_add_reaction)

Expand Down

0 comments on commit 3cf5df3

Please sign in to comment.