From b096df8053758aca0aa8a695085e7da4e591cbe1 Mon Sep 17 00:00:00 2001 From: John Long Date: Sat, 13 Apr 2024 12:06:54 -0400 Subject: [PATCH] Hotfix to relax beartype on numpy type int (#925) --- src/bloqade/task/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bloqade/task/base.py b/src/bloqade/task/base.py index 420a4e90d..f3c27d510 100644 --- a/src/bloqade/task/base.py +++ b/src/bloqade/task/base.py @@ -195,7 +195,7 @@ def bitstrings( return bitstrings - @beartype + def counts( self, filter_perfect_filling: bool = True,