Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
test_phenomD_utils Namespace Reference

Functions

def test_SimPhenomUtilsFDamp0 (mtot, distance, expected)
 mtot: total mass in solar masses distance: distance to source in Mpc expected: expected value from lalsimulation.SimPhenomUtilsFDamp0 More...
 

Variables

list FDamp0_test_data
 
 args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-phenomD_utils.xml"]
 

Function Documentation

◆ test_SimPhenomUtilsFDamp0()

def test_phenomD_utils.test_SimPhenomUtilsFDamp0 (   mtot,
  distance,
  expected 
)

mtot: total mass in solar masses distance: distance to source in Mpc expected: expected value from lalsimulation.SimPhenomUtilsFDamp0

Definition at line 41 of file test_phenomD_utils.py.

Variable Documentation

◆ FDamp0_test_data

list test_phenomD_utils.FDamp0_test_data
Initial value:
1= [
2 (100,1,2.357052240844003e-21),
3 (110,2,1.4260166057106217e-21),
4 (120,3,1.1313850756051214e-21),
5 (130,4,9.958545717565913e-22)
6]

Definition at line 28 of file test_phenomD_utils.py.

◆ args

test_phenomD_utils.args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-phenomD_utils.xml"]

Definition at line 51 of file test_phenomD_utils.py.