Skip to content

Commit 4d5fd22

Browse files
Fixing style failure.
1 parent 88ed717 commit 4d5fd22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jwst/ramp_fitting/tests/test_ramp_fit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ def test_twenty_groups_two_segments():
744744
np.testing.assert_allclose(oslope[wh_data], 10. / deltatime, rtol=1E-4)
745745
np.testing.assert_allclose(oyint[0, 0, 0, :], model1.data[0, 0, 0, :], rtol=1E-5)
746746

747-
opedal = opedestal[0, 0, :]
748747
check = model1.data[0, 0, 0, :] - oslope
749748
tol = 1E-5
750749
# Pixel 1 has zero slope, so ignore it.

0 commit comments

Comments
 (0)