Skip to content

Commit

Permalink
remove the signal
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Dec 27, 2024
1 parent 2fa5e87 commit 91cfdcc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions flint/prefect/common/imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,9 @@ def task_run_bane_and_aegean(
else:
raise ValueError(f"Unexpected type, have received {type(image)} for {image=}. ")

from flint.utils import timelimit_on_context

with timelimit_on_context(timelimit_seconds=timelimit_seconds):
aegean_outputs = run_bane_and_aegean(
image=image_path, aegean_container=aegean_container
)
aegean_outputs = run_bane_and_aegean(
image=image_path, aegean_container=aegean_container
)

return aegean_outputs

Expand Down

0 comments on commit 91cfdcc

Please sign in to comment.