Skip to content

Commit

Permalink
LRG pipelines pass by default
Browse files Browse the repository at this point in the history
  • Loading branch information
annshress committed Feb 6, 2024
1 parent 2bdb6f2 commit 5349e2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/test_lrg_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def fake_gen_zarr(file_path, input_fname):
x_no_api=True,
return_state=True,
)
assert state.is_failed()
assert state.is_completed(), "Flow failed"

response = {}
with open(mock_callback_data) as fd:
Expand Down Expand Up @@ -105,9 +105,7 @@ def fake_gen_zarr(file_path, input_fname):
x_no_api=True,
return_state=True,
)
assert (
state.is_failed()
) # Except for BRT, everything else should be failed (although partly failed)
assert state.is_completed(), "Flow failed"

response = {}
with open(mock_callback_data) as fd:
Expand Down

0 comments on commit 5349e2f

Please sign in to comment.