Skip to content

Commit

Permalink
Adding comment to the CRMAG test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Oct 24, 2024
1 parent 4ab1743 commit 7140c7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_ramp_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,10 @@ def test_cext_chargeloss():

def test_crmag():
"""
Do something with the crmag from the optional results product.
A basic test with two ramps, one with jumps and one without, then
test to make sure the ramp with jumps has non-zero entries in the
'crmag' array in the optional results product, while the ramp with
no jumps is all zeros.
"""
nints, ngroups, nrows, ncols = 1, 10, 1, 2
rnval, gval = 0.7071, 1.
Expand Down

0 comments on commit 7140c7d

Please sign in to comment.