Skip to content

Commit

Permalink
Fix missing property name for shots
Browse files Browse the repository at this point in the history
  • Loading branch information
wederbn committed Jan 10, 2024
1 parent 3798eb2 commit 158660a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function matchReadoutErrorMitigationTask(detectorElement, task) {
false,
CALIBRATION_METHOD
) &&
matchesProperty(detectorElement.shots, task.shots, false) &&
matchesProperty(detectorElement.shots, task.shots, false, SHOTS) &&
matchesProperty(
detectorElement.dnnHiddenLayer,
task.dnnHiddenLayer,
Expand Down

0 comments on commit 158660a

Please sign in to comment.