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
Actually I already discussed this point with @hay-k when working on #707.
It might be non-trivial to do this given that missing Results could mean two different things:
Using qq auto and observing the fit failing.
Using qq acquire which means no fitting.
We might need to store the "execution mode" (auto, acquire, ...) to be able to discriminate the two different cases which I described above.
We might need to store the "execution mode" (auto, acquire, ...) to be able to discriminate the two different cases which I described above.
I don't think so, I believe you could make it more isolated.
You could handle a failed fit, dumping a marker file for the failure (I believe we're talking about a "soft" fail, since a hard one, i.e. a crash, would immediately report an error to the user).
Maybe we should write on the report that there has been an attempt, but it failed.
Originally posted by @alecandido in qiboteam/qibolab_platforms_qrc#119 (comment)
The text was updated successfully, but these errors were encountered: