We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667596a commit d32b71aCopy full SHA for d32b71a
pymc_experimental/tests/statespace/test_distributions.py
@@ -26,8 +26,8 @@
26
27
# TODO: These are pretty loose because of all the stabilizing of covariance matrices that is done inside the kalman
28
# filters. When that is improved, this should be tightened.
29
-ATOL = 1e-6 if floatX.endswith("64") else 1e-4
30
-RTOL = 1e-6 if floatX.endswith("64") else 1e-4
+ATOL = 1e-5 if floatX.endswith("64") else 1e-4
+RTOL = 1e-5 if floatX.endswith("64") else 1e-4
31
32
filter_names = [
33
"standard",
0 commit comments