Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 10, 2024
1 parent 3a33cfa commit 24a6cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions romancal/regtest/test_wfi_image_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def test_all_saturated_against_truth(run_all_saturated, ignore_asdf_paths):
)
assert diff.identical, diff.report()


@pytest.mark.parametrize(
"step_name, status",
[
Expand Down Expand Up @@ -301,6 +302,7 @@ def test_all_saturated_zeroed(all_saturated_model, array_name):
"""
np.testing.assert_array_equal(getattr(all_saturated_model, array_name), 0)


def test_pipeline_suffix(rtdata, ignore_asdf_paths):
"""
Tests passing suffix to the pipeline
Expand Down

0 comments on commit 24a6cc8

Please sign in to comment.