Skip to content

Commit

Permalink
no more values
Browse files Browse the repository at this point in the history
  • Loading branch information
dallan-keylogic committed Apr 22, 2024
1 parent 18a7f36 commit 29c4a88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def initialize_main_model(
# Important to do before initializing property packages in
# case it is implemented as Var-Constraint pair instead of
# an Expression
value(hot_side.properties[t0, 0].cp_mol)
value(cold_side.properties[t0, 0].cp_mol)
hot_side.properties[t0, 0].cp_mol # pylint: disable=pointless-statement
cold_side.properties[t0, 0].cp_mol # pylint: disable=pointless-statement

# ---------------------------------------------------------------------
# Initialize shell block
Expand Down

0 comments on commit 29c4a88

Please sign in to comment.