Skip to content

Commit

Permalink
remove hard-coded reference file that uses grp path (#8507)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored May 24, 2024
2 parents 80dd865 + 4179c09 commit 2ff2321
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jwst/regtest/test_nirspec_lamp_ifu_spec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def run_pipeline(rtdata_module):
args = ["jwst.pipeline.Spec2Pipeline", rtdata.input,
"--steps.assign_wcs.save_results=true",
"--steps.msa_flagging.save_results=true",
"--steps.flat_field.save_results=true",
# Hardwire extract1d ref file selection until CRDS-525 is implemented
"--steps.extract_1d.override_extract1d=/grp/crds/jwst/references/jwst/jwst_nirspec_extract1d_0001.asdf"]
"--steps.flat_field.save_results=true"]
Step.from_cmdline(args)

return rtdata
Expand Down

0 comments on commit 2ff2321

Please sign in to comment.