Skip to content

Commit

Permalink
Remove new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Nov 28, 2024
1 parent a31d704 commit 0c43a86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_lensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ def test_from_convergence(rng: np.random.Generator) -> None:
np.testing.assert_array_equal(len(results), 2)

results = from_convergence(kappa, deflection=True, shear=True)

np.testing.assert_array_equal(len(results), 2)

results = from_convergence(kappa, potential=True, deflection=True, shear=True)

np.testing.assert_array_equal(len(results), 3)


Expand Down

0 comments on commit 0c43a86

Please sign in to comment.