Skip to content

Commit

Permalink
Merge branch 'main' into mis
Browse files Browse the repository at this point in the history
  • Loading branch information
DLWoodruff authored Mar 1, 2024
2 parents 9a32b21 + 2954417 commit a24432b
Show file tree
Hide file tree
Showing 39 changed files with 826 additions and 438 deletions.
2 changes: 1 addition & 1 deletion doc/OnlineDocs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def check_output(self, want, got, optionflags):
yaml_available, networkx_available, matplotlib_available,
pympler_available, dill_available,
)
pint_available = attempt_import('pint', defer_check=False)[1]
pint_available = attempt_import('pint', defer_import=False)[1]
from pyomo.contrib.parmest.parmest import parmest_available
import pyomo.environ as _pe # (trigger all plugin registrations)
Expand Down
2 changes: 1 addition & 1 deletion doc/OnlineDocs/contributed_packages/pyros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ could have been equivalently written as:
... },
... )
==============================================================================
PyROS: The Pyomo Robust Optimization Solver.
PyROS: The Pyomo Robust Optimization Solver...
...
------------------------------------------------------------------------------
Robust optimal solution identified.
Expand Down
Loading

0 comments on commit a24432b

Please sign in to comment.