diff --git a/tests/test_ramp_fitting_gls_fit.py b/tests/test_ramp_fitting_gls_fit.py index 2867d670..cde4f04c 100644 --- a/tests/test_ramp_fitting_gls_fit.py +++ b/tests/test_ramp_fitting_gls_fit.py @@ -678,12 +678,11 @@ def test_two_groups_unc(): answer = slopes[2][50, 50] check = np.sqrt((deltaDN / gain) / group_time**2 + (rnoise**2 / group_time**2)) tol = 1.0e-6 - # print(f"answer = {answer}") - # print(f"check = {check}") + np.testing.assert_allclose(answer, check, tol) -@pytest.mark.skip(reason="GLS does not comopute VAR_XXX arrays.") +@pytest.mark.skip(reason="GLS does not compute VAR_XXX arrays.") def test_five_groups_unc(): """ """ """