Commit 9e16408
authored
fix: Add filterwarnings ignore for np.bool8 DeprecationWarning (#2072)
* Add a ignore to filterwarnings to avoid a numpy DeprecationWarning
> DeprecationWarning: `np.bool8` is a deprecated alias for `np.bool_`. (Deprecated NumPy 1.24)
from TensorFlow's use of numpy. This DeprecationWarning first appeared in
numpy v1.24.0rc1, and so this ignore is being added in advance of
v1.24.0 as a preventative measure for HEAD of dependencies testing.1 parent 3d68fc7 commit 9e16408
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments