Skip to content

Commit

Permalink
fixed some test functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhadka21 committed Nov 22, 2024
1 parent 50949d8 commit 691cb02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_lens.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,7 @@ def test_point_source_arrival_time_multi(self):
point_source_arival_time2 = self.lens_class2.point_source_arrival_times()
point_source_arival_time3 = self.lens_class3.point_source_arrival_times()
# Test multisource point source arival time.
assert np.all(point_source_arival_time1[0]) == np.all(
point_source_arival_time3[0]
)
assert point_source_arival_time1[0] == point_source_arival_time3[0]
assert np.all(point_source_arival_time2[0]) == np.all(
point_source_arival_time3[1]
)
Expand Down

0 comments on commit 691cb02

Please sign in to comment.