Skip to content

Commit

Permalink
test_detection: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliotux committed Sep 5, 2023
1 parent 76ab1d9 commit 412397c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def test_daofind_reject_roundness(self):
pos_y = [20, 30, 40, 50, 60]
sky = 70
rdnoise = 20
flux = np.array([3e5, 3e5, 2e5, 3e5, 3e5]) # ensure order
flux = np.array([3e5, 3e5, 2e5, 3e5, 3e5]) # ensure order
theta = 0
fwhm = 3
sigma_x = np.array([1, 0.5, 0.9, 2.0, 0.1])*gaussian_fwhm_to_sigma*fwhm
Expand Down

0 comments on commit 412397c

Please sign in to comment.