Runtime type checking via typeguard
causes TypeError
due to array's having type DeviceArray
.
#33
Labels
question
User queries
I'm trying to use
jaxtyping
with runtime type checking viatypeguard
as describedhere
. Here's my code:However when I run the above script, I get the following error:
Steps to reproduce my python environment (Note: I'm running this on an M1 Macbook Pro with macOS Monterey 12.2 (21D49)):
The text was updated successfully, but these errors were encountered: