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

Make wavelength bands truly optional #53

Merged
merged 7 commits into from
Jan 23, 2024
Merged

Conversation

nvaytet
Copy link
Member

@nvaytet nvaytet commented Jan 23, 2024

Fixes #51

@nvaytet nvaytet changed the title Optional wavelength bands Make wavelength bands truly optional Jan 23, 2024
Comment on lines +105 to +106
with pytest.raises(sciline.UnsatisfiedRequirement):
pipeline.compute(WavelengthBands)
Copy link
Member

Choose a reason for hiding this comment

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

I opened scipp/sciline#108 for this.

@nvaytet nvaytet merged commit 9266433 into main Jan 23, 2024
3 checks passed
@nvaytet nvaytet deleted the optional-wavelength-bands branch January 23, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The WavelengthBands parameter seems like it is optional but it currently isn't
2 participants