Skip to content

Commit

Permalink
Some clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lee committed May 3, 2024
1 parent 4424c53 commit 7eed1cc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions idaes/apps/caprese/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@
""" Block-like object meant for controller models.
"""

import idaes.logger as idaeslog
from idaes.apps.caprese.util import initialize_by_element_in_range
from idaes.apps.caprese.common.config import (
ControlPenaltyType,
)
from idaes.apps.caprese.common.config import VariableCategory as VC
from idaes.apps.caprese.categorize import (
categorize_dae_variables,
CATEGORY_TYPE_MAP,
)

from idaes.apps.caprese.nmpc_var import (
NmpcVar,
DiffVar,
AlgVar,
InputVar,
Expand All @@ -35,10 +29,8 @@
)
from idaes.apps.caprese.dynamic_block import (
_DynamicBlockData,
IndexedDynamicBlock,
DynamicBlock,
)
from idaes.core.util.model_statistics import degrees_of_freedom

from pyomo.environ import (
Objective,
Expand Down

0 comments on commit 7eed1cc

Please sign in to comment.