Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Dec 4, 2024
1 parent cd92b51 commit 2f031f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bagel/utilities/derivative_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def check_at_least_one_pipeline_version_is_recognized(status_df: pd.DataFrame):
"For a full list, see https://github.com/nipoppy/pipeline-catalog."
)

# TODO: Handle error in this func here as well?
recognized_pipelines = get_recognized_pipelines(
status_df[PROC_STATUS_COLS["pipeline_name"]].unique()
)
Expand Down

0 comments on commit 2f031f1

Please sign in to comment.