Commit fc5dd37
Try fixing testSimplexAffine.
Before, the vast majority of the tested coordinates produced zero gradients,
causing enormous logspam from Eigen's cholesky decomposition. Reduce the range
of the unconstrained coordinates to more finely grid areas with non-zero
gradients, reducing/eliminating the logspam and hopefully increasing the
accuracy of the integration thus making the test less flaky.
PiperOrigin-RevId: 5463523661 parent 79c2cf5 commit fc5dd37
File tree
1 file changed
+1
-1
lines changed- tensorflow_probability/python/experimental/tangent_spaces
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments