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

metric.py: set all deltas to the same

parent 5cfe8a64
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ import sys
import math
DELTA = 2e-7
EIGEN_DELTA_DET = 1e-5
EIGEN_DELTA_METRIC = 1e-5
EIGEN_DELTA_DET = DELTA
EIGEN_DELTA_METRIC = DELTA
# 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