Skip to content

Commit

Permalink
Merge pull request #171 from scipp/use-smaller-workflow
Browse files Browse the repository at this point in the history
Prune workflow in RollingDetectorView
  • Loading branch information
SimonHeybrock authored Jan 28, 2025
2 parents 861eb73 + 563bc1e commit d419d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ess/reduce/live/raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def from_nexus(
noise_replica_count = 0
else:
noise_replica_count = 4
wf = GenericNeXusWorkflow()
wf = GenericNeXusWorkflow(run_types=[SampleRun], monitor_types=[])
wf[RollingDetectorViewWindow] = window
if isinstance(projection, LogicalView):
wf[LogicalView] = projection
Expand Down

0 comments on commit d419d36

Please sign in to comment.