From ae9ce3f14c275ae745715082e8db6e06a569178a Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Thu, 21 Nov 2024 11:20:58 -0500 Subject: [PATCH] unskip a regression test (#8953) --- jwst/ramp_fitting/tests/test_ramp_fit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jwst/ramp_fitting/tests/test_ramp_fit.py b/jwst/ramp_fitting/tests/test_ramp_fit.py index 9cbe029b2d..84e580f558 100644 --- a/jwst/ramp_fitting/tests/test_ramp_fit.py +++ b/jwst/ramp_fitting/tests/test_ramp_fit.py @@ -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