AxFoundation/strax

Extra savers in only-combining mode for superrun

Closed this issue · 0 comments

Describe the bug

After replacing

assert len(components.loaders) == 1
assert "peak_classification" in components.loaders
to

assert len(components.loaders) == 1
assert len(components.savers) == 1
assert "peak_classification" in components.loaders
assert "peak_classification" in components.savers

you will fond that the components.savers is not only for "peak_classification". This is not expected because the _combining_subruns = True mode only combine the input target.

Expected behavior

components.savers should be only for "peak_classification".

Screenshots
If applicable, add screenshots to help explain your problem.

Versions
Please add the version of strax and any related package