Skip to content

Commit

Permalink
unskip a regression test (#8953)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Nov 21, 2024
1 parent ae77d55 commit ae9ce3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jwst/ramp_fitting/tests/test_ramp_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ def test_photon_noise_only_bad_last_frame_two_groups(self, method):
data = slopes.data
np.testing.assert_allclose(data[50, 50], cds_slope, 1e-6)

@pytest.mark.skip(reason="Unweighted fit not implemented.")
def test_photon_noise_with_unweighted_fit(self, method):
model1, gdq, rnoise, pixdq, err, gain = setup_inputs(ngroups=5, gain=1000, readnoise=1)
model1.data[0, 0, 50, 50] = 10.0
Expand Down

0 comments on commit ae9ce3f

Please sign in to comment.