Skip to content

Commit

Permalink
reformatting manually
Browse files Browse the repository at this point in the history
  • Loading branch information
parkyr committed May 30, 2024
1 parent e8cd800 commit 7af12cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdplib/methanol/methanol.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ def build_reactor(self, block, unit_number):
key = 'H2'

b.p_sq_inv_con = pe.Constraint(
expr=b.pressure ** 2 * b.p_sq_inv == 1,
expr=b.pressure**2 * b.p_sq_inv == 1,
doc='Pressure squared inverse constraint',
)
b.t_inv_con = pe.Constraint(
Expand Down

0 comments on commit 7af12cb

Please sign in to comment.