Skip to content

Commit 7795865

Browse files
authored
Update tasks.py (#615)
1 parent 29f1b07 commit 7795865

File tree

1 file changed

+2
-2
lines changed
  • compose/neurosynth_compose/resources

1 file changed

+2
-2
lines changed

compose/neurosynth_compose/resources/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ def create_or_update_neurostore_analysis(
130130
"order": point_idx,
131131
}
132132
if not pd.isna(row["Cluster Size (mm3)"]):
133-
point["subpeak"] = True
133+
point["subpeak"] = False
134134
point["cluster_size"] = row["Cluster Size (mm3)"]
135135
else:
136-
point["subpeak"] = False
136+
point["subpeak"] = True
137137
points.append(point)
138138
point_idx += 1
139139
# reference the uploaded images on neurovault to associate images

0 commit comments

Comments
 (0)