Skip to content

Commit

Permalink
Removed debuggin print in test_dataops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caioolivv committed Jul 16, 2024
1 parent ca81e1f commit 7cae62e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_dataops.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ def test_compute_lensing_angles_astropy():
thetas_pixel, phis_pixel = da._compute_lensing_angles_astropy(ra_l, dec_l, ra_s, dec_s, coordinate_system="pixel")
thetas_sky, phis_sky = da._compute_lensing_angles_astropy(ra_l, dec_l, ra_s, dec_s, coordinate_system="sky")

print(phis_pixel, phis_sky)

assert_allclose(
thetas_sky,
thetas_pixel,
Expand Down

0 comments on commit 7cae62e

Please sign in to comment.