We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bc5caa + c5683e0 commit a70795eCopy full SHA for a70795e
src/ess/dream/workflow.py
@@ -85,9 +85,7 @@ def default_parameters() -> dict:
85
def _collect_reducer_software() -> ReducerSoftwares:
86
return ReducerSoftwares(
87
[
88
- Software.from_package_metadata('ess.diffraction'),
89
- Software.from_package_metadata('ess.dream'),
90
- Software.from_package_metadata('ess.powder'),
+ Software.from_package_metadata('essdiffraction'),
91
Software.from_package_metadata('scippneutron'),
92
Software.from_package_metadata('scipp'),
93
]
0 commit comments