Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Jan 19, 2024
1 parent 18a6164 commit d04e6f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_decoupled_phenomena_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def system(ins, outs):
for i in range(1):
dp_sys.simulate()
dp_sys.run_decoupled_phenomena()
for i in range(1): sm_sys.simulate()
for i in range(2):
sm_sys.simulate()


for s_sm, s_dp in zip(sm_sys.streams, dp_sys.streams):
Expand Down

0 comments on commit d04e6f7

Please sign in to comment.