Skip to content

Commit e32dfbb

Browse files
committed
return number of expected elements
1 parent 82609db commit e32dfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/neurostore/ingest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def process_coordinates(id_, s, metadata_row):
575575
study_coord_data = coordinates_df.loc[[id_]]
576576
except KeyError:
577577
print(f"pmid: {id_} has no coordinates")
578-
return analyses, points
578+
return analyses, points, tables
579579
for order, (t_id, df) in enumerate(study_coord_data.groupby("table_id")):
580580
table = Table.query.filter_by(
581581
t_id=str(t_id), study_id=s.id

0 commit comments

Comments
 (0)