Skip to content

Commit 868772e

Browse files
committed
add another write=False that's redundant but helpfully explicit [skip ci]
1 parent cdc13c0 commit 868772e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/linelists/cdms/tests/test_cdms_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_regression_allcats():
127127
"""
128128
Expensive test - try all the molecules
129129
"""
130-
species_table = CDMS.get_species_table()
130+
species_table = CDMS.get_species_table(write=False)
131131
for row in species_table:
132132
tag = f"{row['tag']:06d}"
133133
result = CDMS.get_molecule(tag)

0 commit comments

Comments
 (0)