Skip to content

Commit f10bd26

Browse files
committed
Fixing typo
1 parent bcaaae4 commit f10bd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysynphot/test/test_observation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_check_overlap(self):
168168
assert pysynphot.observation.check_overlap(sp2, sp1) == 'partial'
169169

170170
# Check for no overlap with 2 non-analytic spectra
171-
w2 = np.array(5000., 6000., 7000.)
171+
w2 = np.array([5000., 6000., 7000.])
172172
sp2 = ArraySourceSpectrum(w2, f)
173173
assert pysynphot.observation.check_overlap(sp1, sp2) == 'none'
174174

0 commit comments

Comments
 (0)