File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
9696def test_parameters (db ):
@@ -683,4 +683,3 @@ def test_names_uniqueness(db):
683683 print (duplicate_names )
684684
685685 assert len (duplicate_names ) == 0
686-
You can’t perform that action at this time.
0 commit comments