Skip to content

Commit b21b955

Browse files
Ignore FutureWarning from pymc.math.log1mexp_numpy
1 parent 5d1b1df commit b21b955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ filterwarnings =[
1717

1818
# JAX issues an over-eager warning if os.fork() is called when the JAX module is loaded, even if JAX isn't being used
1919
'ignore:os\.fork\(\) was called\.:RuntimeWarning',
20+
21+
# Ignore FutureWarning from pymc.math
22+
'ignore:.*(\b(pymc\.math)\b).*:FutureWarning',
2023
]
2124

2225
[tool.black]

0 commit comments

Comments
 (0)