Skip to content

Commit

Permalink
test: ignore pp_eqn_rules
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Jun 30, 2024
1 parent ed16305 commit d6324ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ filterwarnings = [
"ignore:ast\\.Str is deprecated:DeprecationWarning",
"ignore:numpy\\.ndarray size changed:RuntimeWarning",
"ignore:Passing arguments 'a':DeprecationWarning", # TODO: from diffrax
"ignore:jax\\.core\\.pp_eqn_rules is deprecated:DeprecationWarning",
]
log_cli_level = "INFO"
markers = [
Expand Down

0 comments on commit d6324ca

Please sign in to comment.