We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a17bf commit d4586b2Copy full SHA for d4586b2
libs/texterrors_align.cc
@@ -14,7 +14,7 @@ typedef int32_t int32;
14
15
16
bool isclose(double a, double b) {
17
- return abs(a - b) < 0.0001;
+ return abs(a - b) < 0.01;
18
}
19
20
struct Pair {
setup.py
@@ -4,7 +4,7 @@
4
import setuptools
5
import sys
6
7
-__version__ = "1.0.9"
+__version__ = "1.0.10"
8
9
10
class get_pybind_include(object):
0 commit comments