We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913748c commit 009b3a9Copy full SHA for 009b3a9
src/python/janelia_emrp/msem/slab_info.py
@@ -70,7 +70,7 @@ def load_slab_info(xlog: xarray.Dataset,
70
71
slabs: list[SlabInfo] = []
72
for slab in magc_ids:
73
- id_serial=get_serial_ids(xlog=xlog,magc_ids=slab)[0]
+ id_serial=get_serial_ids(xlog=xlog,magc_ids=[slab])[0]
74
mfovs = get_mfovs(xlog=xlog, slab=slab)
75
region_ids = get_region_ids(xlog=xlog, slab=slab, mfovs=mfovs)
76
id_region = region_ids[0]
0 commit comments