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

Bootstrax target removal after failures #1145

Merged
merged 3 commits into from
Mar 23, 2023

Conversation

cfuselli
Copy link
Member

Improved bootstrax target removal after failures

This PR changes how we deal with bootstrax failures per plugin.
With this new detailed dictionary we scale more accordingly to plugin dependencies.
In the old version, paek_positions were unwillingly kept until the last iteration.

We want, for example, to keep producing peaklets if merged_s2s is failing (lately happening often, because of strax.ChunkCannotSplit).

If we failed twice we stop trying making events, four times we stop trying peak_basics etc.. and so on.
If we fail seven times, we just produce raw_record data.

We will also add peaklets to the list of targets passed as arguments to bootstrax.

To see the complete list of all the plugins that are produced at every iteretion, see this note.

Thanks @mflierm for helping 👍

@cfuselli
Copy link
Member Author

See daqnt related PR

@cfuselli cfuselli requested a review from mflierm March 23, 2023 15:32
@cfuselli cfuselli added the enhancement New feature or request label Mar 23, 2023
@jmosbacher jmosbacher merged commit 25e70e3 into XENONnT:master Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants