Skip to content

Commit

Permalink
checking... add allow_failure in params as well
Browse files Browse the repository at this point in the history
  • Loading branch information
annshress committed Dec 19, 2023
1 parent f5add09 commit 3697adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion em_workflows/brt/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def brt_flow(
# START TILT MOVIE GENERATION:
ali_xs = gen_ali_x.map(
file_path=fps,
z_dim=ali_z_dims,
z_dim=allow_failure(ali_z_dims),
wait_for=[allow_failure(brts)],
return_state=True,
)
Expand Down

0 comments on commit 3697adf

Please sign in to comment.