-
Notifications
You must be signed in to change notification settings - Fork 38
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
Processor is confused #903
Comments
#901 until 560cf9b is trying to solve the error when
This is because Line 1552 in dca3545
set is not sorted. Sometimes targets will be ('veto_regions', 'pulse_counts', 'peaklets') and sometimes will be ('peaklets', 'pulse_counts', 'veto_regions') , etc.
When Line 1313 in dca3545
But |
Describe the bug
The processors are confused when some
data_type
s are saved but required to be processed again.To Reproduce
The processors are confused by the following code:
The
ThreadedMailboxProcessor
andSingleThreadProcessor
are both confused, so there are two problems.If
processor = "threaded_mailbox"
, you will see error:If
processor = "single_thread"
, you will see error:Expected behavior
No error happens and
veto_regions
is saved.Screenshots
If applicable, add screenshots to help explain your problem.
Versions
strax dca3545
straxen 9d2a6b6111b0e43051f53d19fd394c6861465fdb
The text was updated successfully, but these errors were encountered: