Pierre Chanial
Pierre Chanial
Assuming my Bento installation is working, the following examples fail (0.1.x branch): **simples/conditional**: ``` bentomaker: Error: bentomaker crashed (uncaught exception : Command failed. Error was: /usr/bin/ld: src/hellomodule.c.o: relocation R_X86_64_32 against...
The following results in an unhandled error: ```python from apischema.json_schema import serialization_schema serialization_schema(dict) ``` ``` File "/home/chanial/.cache/pypoetry/virtualenvs/sonouno-server-lh_mGmR0-py3.10/lib/python3.10/site-packages/apischema/json_schema/schema.py", line 221, in mapping if key["type"] != JsonType.STRING: KeyError: 'type' ``` I have...
### First check * [x] I added a very descriptive title to this issue. * [x] I used the GitHub search to find a similar issue and didn't find it....
In case no frames match a time segment, it would be handy if reading by LALframe of a gwf file could return an empty ndarray instead of None for the...
Hello, I was wondering if it would be possible to make the Intel dmg packages (MacOS 11 & 12) handle -march=armv8.5-a or a broader family of architectures to enable cross-compilation....
When I run the following code through beartype : ```python from jaxtyping import DTypeLike import jax.numpy as jnp class Foo: n = 10 def ones(self, dtype : DTypeLike | None...
@patrick-kidger, as reported in patrick-kidger/jaxtyping#165, here is the PR to make SupportsDType runtime checkable so that DTypeLike can be used with runtime type checkers.