We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e52ecb commit b4ba66eCopy full SHA for b4ba66e
adaptive/types.py
@@ -11,3 +11,4 @@
11
Float: TypeAlias = Union[float, np.float_]
12
Int: TypeAlias = Union[int, np.int_]
13
Real: TypeAlias = Union[Float, Int]
14
+Bool: TypeAlias = Union[bool, np.bool_]
0 commit comments