Farama-Foundation / Jumpy

On-the-fly conversions between Jax and NumPy tensors
Apache License 2.0
47 stars 9 forks source link

Testing warnings #8

Open kir0ul opened 2 years ago

kir0ul commented 2 years ago

Apparently there are 2 testing warnings which would be nice to fix on a repo of this size :slightly_smiling_face: Not sure from where they come from though, @alessandrostockman would you have any idea maybe?

alessandrostockman commented 2 years ago

The arcsin one was actually my mistake, I fixed it.

About the other it looks like it's thrown by flatbuffers, a jax dependency... Not sure how to deal with that though.

kir0ul commented 2 years ago

About the other it looks like it's thrown by flatbuffers, a jax dependency... Not sure how to deal with that though.

Maybe open an issue in the Jax repo?

alessandrostockman commented 2 years ago

I don't know whether that's unintented. It looks like that warning is even ignored in their pytest.ini.

https://github.com/google/jax/blob/main/pytest.ini