Skip to content

Commit

Permalink
Update test_reaktoro_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
avdudchenko committed Oct 24, 2024
1 parent 041456e commit fc8fe38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/reaktoro_pse/core/tests/test_reaktoro_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ def test_build_with_rkt_dissolution(build_with_dissolve_in_rkt):
m.rkt_block = Block()
builder = ReaktoroBlockBuilder(m.rkt_block, rkt_solver)
builder.initialize()
m.display()
m.rkt_block.reaktoro_model.display()
m.rkt_block.output_constraints.pprint()
# will have as many DOFs as outputs due to pyomo not
# knowing tha graybox exists.
assert len(m.rkt_block.reaktoro_model.inputs) == len(
Expand Down

0 comments on commit fc8fe38

Please sign in to comment.