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

Add tests for `Workflow` objects #145

Closed nvaytet closed 2 months ago

nvaytet commented 5 months ago

Following #136, the main way to perform a reduction is to use the Workflow objects (e.g. Sans2dTutorialWorkflow). We have kept the old unit tests that work on the Pipeline and providers, but we should also test the workflow wrappers.

This is probably not much more than ensuring all the default parameters are set up correctly?

SimonHeybrock commented 2 months ago

Recent refactoring kind of did this implicitly --- most test now create pipelines using the pre-defined workflows.