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

metric.py: don't do dynamic low freq

parent 2f40e755
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,8 @@ class Metric(object):
mc = (m1*m2)**.6 / (m1+m2)**.2 * 5e-6
return 1./numpy.pi / mc * (5./256. * mc / 1.)**(3./8.)
#flow = self.flow
flow = max(min(fmin(p[0], p[1]), self.flow), 10)
flow = self.flow
#flow = max(min(fmin(p[0], p[1]), self.flow), 10)
try:
parameters = {}
......
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