Skip to content

Commit

Permalink
change cal_step SKIP to SKIPPED
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 25, 2024
1 parent 364e64e commit b5d12ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/residual_fringe/tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_call_residual_fringe(tmp_cwd, miri_image):

def test_fringe_flat_applied(tmp_cwd, miri_image):

miri_image.meta.cal_step.fringe = 'SKIP'
miri_image.meta.cal_step.fringe = 'SKIPPED'
residual_fringe_reference_file = None
regions_reference_file = None
save_intermediate_results = False
Expand Down

0 comments on commit b5d12ce

Please sign in to comment.