Skip to content

Commit 9d9d36d

Browse files
committed
Remove NaN detection from blackjax example because somewhere, blackjax uses NaNs
1 parent 19ae4b9 commit 9d9d36d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/examples_advanced/parameter_estimation_blackjax.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@
134134

135135
from probdiffeq import ivpsolve, probdiffeq, taylor
136136

137-
# Fail this notebook on NaN detection (to catch those in the CI)
138-
jax.config.update("jax_debug_nans", True)
139-
140-
141137
# +
142138

143139
# IVP examples in JAX

0 commit comments

Comments
 (0)