Skip to content

Commit

Permalink
fix: fix test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed May 10, 2024
1 parent 468f045 commit 18f6c96
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 @@ -316,6 +316,7 @@ filterwarnings = [
"error",
'ignore:Explicitly requested dtype float64 requested in .* is not available, and will be truncated to dtype float32\.:UserWarning',
'ignore:jax\.numpy\.DeviceArray is deprecated\. Use jax\.Array\.:DeprecationWarning',
'ignore:(ast\.Str|ast\.NameConstant|Attribute s) is deprecated and will be removed in Python 3\.14:DeprecationWarning',
'ignore:.*functorch.*deprecate.*:UserWarning',
'ignore:.*Apple Paravirtual device.*:UserWarning',
'ignore:.*NVML.*:UserWarning',
Expand Down

0 comments on commit 18f6c96

Please sign in to comment.