Skip to content

Commit

Permalink
avoid OSQP output in moma testing
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Oct 27, 2021
1 parent 776e84e commit 84de89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/analysis/minimize_metabolic_adjustment.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
model,
sol,
OSQP.Optimizer;
modifications = [change_constraint("CYTBD"; lb = 0.0, ub = 0.0)],
modifications = [silence, change_constraint("CYTBD"; lb = 0.0, ub = 0.0)],
)

@test isapprox(
Expand Down

0 comments on commit 84de89e

Please sign in to comment.