Skip to content
Snippets Groups Projects
Commit f09f7213 authored by Jakobsen, Mads Bregenholt's avatar Jakobsen, Mads Bregenholt
Browse files

dict init error

parent cedc9262
No related branches found
No related tags found
No related merge requests found
Pipeline #167768 passed
......@@ -84,7 +84,10 @@ def make_onlineroi_from_roi_array(roi_array, verbose=False):
online_roi[int(key),:this_size] = this_online_roi_data
return { "online_roi", online_roi, "roi_datasize", roi_array[0].size}
return {
"online_roi": online_roi,
"roi_datasize": roi_array[0].size
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment