scipp / esssans

SANS data reduction for the European Spallation Source
https://scipp.github.io/esssans/
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Avoid `Optional` in cases where it is not necessary #132

Closed SimonHeybrock closed 6 months ago

SimonHeybrock commented 6 months ago

This is a subset of the more controversial changes in #130. I think these are probably good cases where Optional can be avoided in any case?

Fixes #98.