Skip to content

Commit d419d36

Browse files
Merge pull request #171 from scipp/use-smaller-workflow
Prune workflow in RollingDetectorView
2 parents 861eb73 + 563bc1e commit d419d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ess/reduce/live/raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def from_nexus(
294294
noise_replica_count = 0
295295
else:
296296
noise_replica_count = 4
297-
wf = GenericNeXusWorkflow()
297+
wf = GenericNeXusWorkflow(run_types=[SampleRun], monitor_types=[])
298298
wf[RollingDetectorViewWindow] = window
299299
if isinstance(projection, LogicalView):
300300
wf[LogicalView] = projection

0 commit comments

Comments
 (0)