Skip to content

Commit b096df8

Browse files
authored
Hotfix to relax beartype on numpy type int (#925)
1 parent fcafb4c commit b096df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/task/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def bitstrings(
195195

196196
return bitstrings
197197

198-
@beartype
198+
199199
def counts(
200200
self,
201201
filter_perfect_filling: bool = True,

0 commit comments

Comments
 (0)