Skip to content

Commit

Permalink
Merge branch 'main' into jp3622
Browse files Browse the repository at this point in the history
  • Loading branch information
penaguerrero authored Nov 21, 2024
2 parents 788a6d8 + ae9ce3f commit 6329bd9
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 6329bd9

Please sign in to comment.