Skip to content

Commit

Permalink
add DMS136
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 2, 2024
1 parent 4c0ad1d commit 229b164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion romancal/regtest/test_wfi_image_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_has_exposure_time(output_model):
@pytest.mark.soctests
@pytest.mark.parametrize("meta_attribute", ("detector", "optical_element"))
def test_instrument_meta(output_model, meta_attribute):
# DMS-136 PSF tests TODO not listed
# DMS136 PSF tests
assert meta_attribute in output_model.meta.instrument


Expand Down
3 changes: 3 additions & 0 deletions romancal/tests/dms_requirement_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"romancal.regtest.test_wfi_image_pipeline.test_wcs_has_distortion_information",
"romancal.regtest.test_wfi_image_pipeline.test_wcs_applies_distortion_correction"
],
"DMS136": [
"romancal.regtest.test_wfi_image_pipeline.test_instrument_meta"
],
"DMS140": [
"romancal.regtest.test_wfi_photom.test_absolute_photometric_calibration"
],
Expand Down

0 comments on commit 229b164

Please sign in to comment.