Skip to content

Commit

Permalink
Double quotes in filterwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Feb 12, 2024
1 parent 59e83c8 commit 6996b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filterwarnings =[
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8|np\.find_common_type|cumproduct|product)\b).*:DeprecationWarning',

# JAX issues an over-eager warning if os.fork() is called when the JAX module is loaded, even if JAX isn't being used
'ignore::RuntimeWarning:jax._src.xla_bridge',
"ignore::RuntimeWarning:jax._src.xla_bridge",
]

[tool.black]
Expand Down

0 comments on commit 6996b4b

Please sign in to comment.