Skip to content
Snippets Groups Projects
Commit 5295682a authored by Chad Hanna's avatar Chad Hanna
Browse files

metric.py: lowering the delta metric made the matches better

parent c669eb43
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ import math
DELTA = 2e-7
EIGEN_DELTA_DET = 2e-7
EIGEN_DELTA_METRIC = 1e-3
EIGEN_DELTA_METRIC = 1e-5
# Round a number up to the nearest power of 2
def ceil_pow_2(x):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment