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 11, 2024
1 parent 733ae50 commit 7f75c72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/roman/stpipe/user_step.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ If one wishes to use a :ref:`parameter file<parameter_files>`, specify the path
to it using the ``config_file`` argument::

output = JumpStep.call('r0000101001001001001_0001_wfi01_uncal.asdf',
config_file='my_jumpstep_config.asdf')
config_file='my_jumpstep_config.asdf')

run()
`````
Expand Down
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 7f75c72

Please sign in to comment.