Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chyan26 committed Nov 7, 2024
1 parent b0869c2 commit 90aac0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metisp/workflows/metis/metis_lm_img_wkf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
.with_recipe("metis_lm_img_flat")
.build())

basic_reduction = (task('metis_lm_basic_reduction')
.with_recipe('metis_lm_basic_reduction')
basic_reduction = (task('metis_lm_basic_reduce')
.with_recipe('metis_lm_basic_reduce')
.with_main_input(lm_raw_science)
.with_associated_input(lingain_task)
.with_associated_input(dark_task)
Expand Down

0 comments on commit 90aac0a

Please sign in to comment.