Skip to content

Commit

Permalink
update imports of native_types and pyomo_constant_types (which is dep…
Browse files Browse the repository at this point in the history
…recated)
  • Loading branch information
Robbybp committed Mar 6, 2024
1 parent 2f34dd3 commit ed3eb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/core/util/scaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from pyomo.dae.flatten import slice_component_along_sets
from pyomo.util.calc_var_value import calculate_variable_from_constraint
from pyomo.core import expr as EXPR
from pyomo.core.expr.numvalue import native_types, pyomo_constant_types
from pyomo.common.numeric_types import native_types, pyomo_constant_types
from pyomo.core.base.units_container import _PyomoUnit

import idaes.logger as idaeslog
Expand Down

0 comments on commit ed3eb3a

Please sign in to comment.