Skip to content

Commit

Permalink
working on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burke86 committed Jun 28, 2024
1 parent 087c8f8 commit 0092710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pyqsofit/tests/dr7sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@

# Query the spectrum
pos = coords.SkyCoord(ra, dec, unit='deg')
xid = SDSS.query_region(pos, spectro=True)
xid = SDSS.query_region(pos, spectro=True, radius='5 arcsec')

if xid is None:
continue
Expand Down
13 changes: 1 addition & 12 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
astropy>=5.0
astroquery>=0.4.7
pandas
corner>=2.2.0
emcee>=3.1.0
lmfit>=1.0.3
matplotlib>=3.4.0
numpy>=1.21.0
ppxf>=7.4.5
PyAstronomy>=0.16.0
scipy>=1.7.3
tqdm>=4.60.0
sfdmap2>=0.2.0
pandas

0 comments on commit 0092710

Please sign in to comment.