Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract common base SansWorkflow and strip NeXus workflow #184

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

SimonHeybrock
Copy link
Member

@SimonHeybrock SimonHeybrock commented Nov 5, 2024

  • Extract common SansWorkflow
  • Use new option of GenericNeXusWorkflow to specify run and monitor types, such that unnecessary nodes can be stripped from the graph.

- Extract common SansWorkflow
- Use new option of GenericNeXusWorkflow to specify run and monitor
  types, such that unnecessary nodes can be srtipped from the graph.
@@ -131,3 +143,50 @@ def with_background_runs(
parameter_mappers[NeXusDetectorName] = with_banks
parameter_mappers[Filename[SampleRun]] = with_sample_runs
parameter_mappers[Filename[BackgroundRun]] = with_background_runs


providers = (
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved providers from __init__.py without change.

Base automatically changed from update-deps to main November 5, 2024 13:03
Copy link
Member

@nvaytet nvaytet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@SimonHeybrock SimonHeybrock merged commit 4f2fe59 into main Nov 11, 2024
4 checks passed
@SimonHeybrock SimonHeybrock deleted the strip-workflow branch November 11, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants