Skip to content

Commit 61ab4dd

Browse files
committed
0415 tweaks
1 parent 1cef5c3 commit 61ab4dd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

data/source/2mass_j04151954-0935066.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
"spectral_type_code": 88.0,
429429
"spectral_type_error": null,
430430
"regime": "nir",
431-
"adopted": "True",
431+
"adopted": true,
432432
"photometric": null,
433433
"comments": null,
434434
"reference": "Burg06.1067"

tests/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_spectral_types(db):
208208
db.query(db.SpectralTypes).filter(db.SpectralTypes.c.adopted == 1).count()
209209
)
210210
assert (
211-
n_adopted_spectral_types == 287
211+
n_adopted_spectral_types == 288
212212
), f"found {n_adopted_spectral_types} adopted spectral types"
213213
print(f"found {n_adopted_spectral_types} adopted spectral types")
214214

tests/test_integrity.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_publications(db):
9090
)
9191
.astropy()
9292
)
93-
assert len(t) == 30, f"found {len(t)} publications with missing bibcode and doi"
93+
assert len(t) == 31, f"found {len(t)} publications with missing bibcode and doi"
9494

9595

9696
def test_parameters(db):
@@ -683,4 +683,3 @@ def test_names_uniqueness(db):
683683
print(duplicate_names)
684684

685685
assert len(duplicate_names) == 0
686-

0 commit comments

Comments
 (0)