We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d40ca7 commit 654550cCopy full SHA for 654550c
1 file changed
src/idaes_flowsheet_processor/api.py
@@ -39,7 +39,7 @@
39
import importlib_metadata as metadata
40
41
# third-party
42
-from pyomo.contrib.viewer.report import degrees_of_freedom
+from idaes.core.util.model_statistics import degrees_of_freedom
43
from pydantic import BaseModel, Field, field_validator, ValidationInfo, ConfigDict
44
import pyomo.environ as pyo
45
0 commit comments