Skip to content

Commit

Permalink
manual reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
parkyr committed May 31, 2024
1 parent 9068514 commit d389c8c
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 @@ -934,7 +934,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 d389c8c

Please sign in to comment.