Skip to content

Commit

Permalink
minor cleanup/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Dec 18, 2024
1 parent 5b5184f commit 9ff6bc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_ramp_fitting_gls_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
""" """
"""
Expand Down

0 comments on commit 9ff6bc2

Please sign in to comment.