Andrei Volchek

Results 4 comments of Andrei Volchek

Hi! Just wanted to share some information about this issue. After `__instancecheck_str__` support was added to both `jaxtyping` and `beartype`, I was able to quite easily monkey-patch `beartype`'s import hook...

>That's also guaranteed to break For sure :) >Detect jaxtyping type hints. Probably trivial. If https://github.com/beartype can detect Pandera type hints (i.e., The Ultimate Pain (TUP)), https://github.com/beartype can detect literally...

>it seems like this doesn't work! Yeah, I tried it too and it didn't work. As far as I remember jaxtyping hook actually doesn't do anything if beartype hook is...

> `# but this does not raise an error!` As far as I remember it's also because of lack of calls to memo-manipulation routines. You need to call 'push' at...