Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Jan 29, 2024
1 parent 0302381 commit 0cf9975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/examples/05-enzyme-constrained-models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,5 @@ ec_solution2 = simplified_enzyme_constrained_flux_balance_analysis(
optimizer = Tulip.Optimizer,
settings = [set_optimizer_attribute("IPM_IterationsLimit", 10_000)],
)

@test isapprox(ec_solution.objective, ec_solution2.objective, atol = TEST_TOLERANCE) #src

0 comments on commit 0cf9975

Please sign in to comment.