Jumpy icon indicating copy to clipboard operation
Jumpy copied to clipboard

Testing warnings

Open kir0ul opened this issue 3 years ago • 3 comments

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?

kir0ul avatar Jun 30 '22 16:06 kir0ul

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.

alessandrostockman avatar Jun 30 '22 23:06 alessandrostockman

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?

kir0ul avatar Jul 01 '22 14:07 kir0ul

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

alessandrostockman avatar Jul 07 '22 09:07 alessandrostockman