Skip to content

Commit

Permalink
I didn't realize it would run every py file in the test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DLWoodruff committed Mar 18, 2024
1 parent 5211a9b commit 2674690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/iis/tests/trivial_mis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
m.c = pyo.Constraint(expr=m.x[1] * m.x[2] == -1)
m.d = pyo.Constraint(expr=m.x[1] + m.y >= 1)

from pyomo.contrib.mis.mis import compute_infeasibility_explanation
from pyomo.contrib.iis.mis import compute_infeasibility_explanation

# if IDAES is installed, compute_infeasibility_explanation doesn't need to be passed a solver
# Note: this particular little problem is quadratic
Expand Down

0 comments on commit 2674690

Please sign in to comment.