Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Oct 18, 2023
1 parent 1f9babf commit 907a45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_trailedSourceFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_check_dia_source_trail(self):
np.testing.assert_array_equal(mask, [False, True, False, False, True])

# Mixing the flags from edgeDiaSources and diaSources means the mask
# will be set using both criteria
# will be set using both criteria.
mask = trailedSourceFilterTask._check_dia_source_trail(self.diaSources, self.exposure_time,
flags)
np.testing.assert_array_equal(mask, [False, True, False, True, True])
Expand Down

0 comments on commit 907a45f

Please sign in to comment.