File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ def process(runid,
156
156
# if we didn't pass any chunks, we process the whole thing -- otherwise just do the chunks we listed
157
157
if chunks is None :
158
158
# check if we need to save anything, if not, skip this plugin
159
- if plugin .save_when == strax .SaveWhen .NEVER :
159
+ if plugin .save_when [ out_dtype ] == strax .SaveWhen .NEVER :
160
160
print ("This plugin is not saving anything. Skipping." )
161
161
return
162
162
@@ -165,8 +165,6 @@ def process(runid,
165
165
for keystring in plugin .provides :
166
166
print (f"Making { keystring } " )
167
167
st .make (runid_str , keystring ,
168
- max_workers = 4 , #FIXME is it dangerous?
169
- allow_multiple = True ,
170
168
save = keystring ,
171
169
)
172
170
print (f"DONE processing { keystring } " )
You can’t perform that action at this time.
0 commit comments