Skip to content

Commit 9e72773

Browse files
bendichterCBroz1
andauthored
Update element_array_ephys/export/nwb/nwb.py
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent b3779e5 commit 9e72773

File tree

1 file changed

+1
-1
lines changed
  • element_array_ephys/export/nwb

1 file changed

+1
-1
lines changed

element_array_ephys/export/nwb/nwb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def create_units_table(
206206
)
207207

208208
for unit in tqdm(
209-
(clustering_query @ ephys.CuratedClustering.Unit).fetch(as_dict=True),
209+
(ephys.CuratedClustering.Unit & clustering_query).fetch(as_dict=True),
210210
desc=f"creating units table for paramset {paramset_record['paramset_idx']}",
211211
):
212212

0 commit comments

Comments
 (0)