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
A sinter.Task with a specified postselection_mask parameter compiles and runs successfully when input into sinter.collect with stim==1.13.0 and sinter==1.13.0. However, when both are updated to 1.14.0, the following appears:
A
sinter.Task
with a specifiedpostselection_mask
parameter compiles and runs successfully when input intosinter.collect
withstim==1.13.0
andsinter==1.13.0
. However, when both are updated to1.14.0
, the following appears:ValueError: predictions.shape[0] != num_shots
A relevant code snippet to help demonstrate this:
This issue may be due to changes made in #804 .
The text was updated successfully, but these errors were encountered: