Skip to content

Commit

Permalink
Merge pull request #3167 from jsiirola/auto-module-import-callbacks
Browse files Browse the repository at this point in the history
Automate TPL callback registrations
  • Loading branch information
jsiirola authored Feb 29, 2024
2 parents 0b94b39 + 46bfee3 commit 2954417
Show file tree
Hide file tree
Showing 14 changed files with 365 additions and 124 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 2954417

Please sign in to comment.