You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which changes the behavior of the get_solver method in IDAES.
We should remove this side effect for downstream projects so they can explicitly specify the solver. One idea is to implement our own get_solver method so it is explicit which default set of options you are getting.
The text was updated successfully, but these errors were encountered:
Importing watertap executes the following lines of code:
watertap/watertap/core/plugins/solvers.py
Lines 207 to 215 in abf7614
which changes the behavior of the
get_solver
method in IDAES.We should remove this side effect for downstream projects so they can explicitly specify the solver. One idea is to implement our own
get_solver
method so it is explicit which default set of options you are getting.The text was updated successfully, but these errors were encountered: