Skip to content

Commit 06a1236

Browse files
authored
Merge pull request #1353 from qiboteam/hotfix_rs
2 parents 2cb5cda + ecce4be commit 06a1236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qibolab/_core/instruments/qblox/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def _scope(data: ScopeData) -> Result:
100100

101101

102102
def _classification(data: Thresholded) -> Result:
103-
return np.array(data, dtype=int)
103+
return np.array(data)
104104

105105

106106
def extract(

0 commit comments

Comments
 (0)