Skip to content

Commit 9496d67

Browse files
committed
remove unnecessary parameters in test
1 parent 75596bd commit 9496d67

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

astroquery/splatalogue/tests/test_splatalogue.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,6 @@ def test_exclude_remote():
153153
min_frequency=351.9*u.GHz,
154154
max_frequency=352.*u.GHz,
155155
chemical_name='Formaldehyde',
156-
energy_max=4000,
157-
energy_type='eu_k',
158-
line_lists=['CDMS'],
159-
export_limit=1000.,
160156
exclude='none',
161-
version='v2.0',
162-
show_upper_degeneracy=True,
163157
)
164158
assert len(results) >= 1

0 commit comments

Comments
 (0)