Skip to content

Commit

Permalink
attempting to remove specific warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Mar 8, 2024
1 parent b862951 commit 7bb04d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/dynamics_backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ array libraries>` for more information.
.. jupyter-execute::

import warnings
warnings.filterwarnings("error")
warnings.filterwarnings("ignore", message="os.fork")
# Configure JAX
import jax
jax.config.update("jax_enable_x64", True)
Expand Down

0 comments on commit 7bb04d4

Please sign in to comment.