We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaaae4 commit f10bd26Copy full SHA for f10bd26
pysynphot/test/test_observation.py
@@ -168,7 +168,7 @@ def test_check_overlap(self):
168
assert pysynphot.observation.check_overlap(sp2, sp1) == 'partial'
169
170
# Check for no overlap with 2 non-analytic spectra
171
- w2 = np.array(5000., 6000., 7000.)
+ w2 = np.array([5000., 6000., 7000.])
172
sp2 = ArraySourceSpectrum(w2, f)
173
assert pysynphot.observation.check_overlap(sp1, sp2) == 'none'
174
0 commit comments