Skip to content

Commit

Permalink
Removing unneeded comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Jan 22, 2024
1 parent 8170dee commit 1945082
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_ramp_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ def test_neg_med_rates_single_integration_slope():
assert sdata[0, 0] < 0.0
assert svp[0, 0] == 0.0
assert svr[0, 0] != 0.0
'''
dbg_print(f"{svr[0, 0] = }")
sqrt_svr = np.sqrt(svr[0, 0])
dbg_print(f"{sqrt_svr = }")
dbg_print(f"{serr[0, 0] = }")
return
'''
assert np.sqrt(svr[0, 0]) == serr[0, 0]


Expand Down

0 comments on commit 1945082

Please sign in to comment.