Remove tree_multimap filterwarning once Jraph uses jax.tree_map instead of jax.tree_multimap #2037
Labels
Priority: P2 - no schedule
Best effort response and resolution. We have no plan to work on this at the moment.
Jraph uses
jax.tree_multimap
, which is deprecated and causes our tests to fail. Therefore I added a filterwarning inpytest.ini
. We should remove this filter warning once Jraph fixes this.The text was updated successfully, but these errors were encountered: