You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we use QCoDeS catch_interrupts together with the measurement context manager in basically all measurements break conditions do not raise any exceptions.
This is a problem in workflows where the information if a measurement was interrupted is relevant.
It might be the best solution, to rewrite catch_interrupts or _handle_plotting to raise exceptions after returning the data.
Alternatively, the return format of all measurement scripts has to be changed.
I am open to other suggestions....
The text was updated successfully, but these errors were encountered:
Because we use QCoDeS catch_interrupts together with the measurement context manager in basically all measurements break conditions do not raise any exceptions.
This is a problem in workflows where the information if a measurement was interrupted is relevant.
It might be the best solution, to rewrite catch_interrupts or _handle_plotting to raise exceptions after returning the data.
Alternatively, the return format of all measurement scripts has to be changed.
I am open to other suggestions....
The text was updated successfully, but these errors were encountered: