Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
alma-walmsley authored Jan 1, 2025
1 parent a65668e commit dcc6173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion property_packages/modular/tests/test_sb_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_constrain_component():

# fix flow_mol by component
c = sb.constrain_component(sb.flow_mol, 10)
assert c = sb.flow_mol
assert c == sb.flow_mol
assert c.value == 10
assert c.is_fixed()

Expand Down

0 comments on commit dcc6173

Please sign in to comment.