Commit 45ba69d
Relax numerical Jacobian threshold for PointTriangleSkinnedLocatorError (#1049)
Summary:
Pull Request resolved: #1049
The double-precision numerical Jacobian check for PointTriangleSkinnedLocatorError_GradientsAndJacobians was failing with an error of 0.000632 against a threshold of 0.0005. This is expected finite-difference noise, so relax the double threshold from 5e-4 to 1e-3, which matches the default getNumThreshold() for double.
Reviewed By: cstollmeta
Differential Revision: D93494524
fbshipit-source-id: 74b64d175bf5d820f47e4fc9b3f02fc2d06256f71 parent 7eb1354 commit 45ba69d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
| 692 | + | |
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| |||
0 commit comments