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

treebank: split the difference on mass scaling

parent 2cd99752
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ from lal import LIGOTimeGPS
import sys
import math
DELTA = 1e-6#2.0e-7
DELTA = 2.5e-7#2.0e-7
EIGEN_DELTA_DET = DELTA
# Round a number up to the nearest power of 2
......
......@@ -131,7 +131,7 @@ class HyperCube(object):
self.metric = metric
# FIXME don't assume m1 m2 and the spin coords are the coordinates we have here.
deltas = DELTA * numpy.ones(len(self.center))
#deltas[0:2] *= self.center[0:2]
deltas[0:2] *= self.center[0:2]**.5
self.singularity = singularity
if self.metric is not None and metric_tensor is None:
......
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