Skip to content

Commit

Permalink
revise loop for log_act_phase_solvents constraint scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-a-a committed Oct 22, 2021
1 parent 3e9b072 commit eb7602d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ def calculate_scaling_factors(self):
v, sf_x, overwrite=False)

if self.is_property_constructed("log_act_phase_solvents"):
for v in self.log_act_phase_solvents_eq.items():
for p, v in self.log_act_phase_solvents_eq.items():
iscale.constraint_scaling_transform(
v, 1e-3, overwrite=False)

Expand Down

0 comments on commit eb7602d

Please sign in to comment.