Skip to content

Commit 8a2ac56

Browse files
committed
Compare coordinates with lower tolerance
1 parent 7de15e9 commit 8a2ac56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bdd/steps/steps_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def __repr__(self):
157157
class DBValueGeometry:
158158

159159
def __init__(self, value, props, factory):
160-
self.precision = float(props) if props else 0.01
160+
self.precision = float(props) if props else 0.0001
161161
self.orig_value = value
162162
self.set_coordinates(value)
163163
self.factory = factory

0 commit comments

Comments
 (0)