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_wf_property_lists Namespace Reference

Functions

def get_name (f)
 
def test_wf_property_lists (k, func)
 

Variables

list func_list
 
list IMPLEMENTED
 
 args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-wf_property_lists.xml"]
 

Function Documentation

◆ get_name()

def test_wf_property_lists.get_name (   f)

Definition at line 32 of file test_wf_property_lists.py.

◆ test_wf_property_lists()

def test_wf_property_lists.test_wf_property_lists (   k,
  func 
)

Definition at line 52 of file test_wf_property_lists.py.

Variable Documentation

◆ func_list

list test_wf_property_lists.func_list
Initial value:
1= [
2 lalsim.SimInspiralGetSpinSupportFromApproximant,
3 lalsim.SimInspiralGetSpinFreqFromApproximant,
4 lalsim.SimInspiralApproximantAcceptTestGRParams
5]

Definition at line 36 of file test_wf_property_lists.py.

◆ IMPLEMENTED

list test_wf_property_lists.IMPLEMENTED
Initial value:
1= [
2 k for k in range(lalsim.NumApproximants) if
3 lalsim.SimInspiralImplementedTDApproximants(k) or
4 lalsim.SimInspiralImplementedFDApproximants(k)
5]

Definition at line 44 of file test_wf_property_lists.py.

◆ args

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

Definition at line 56 of file test_wf_property_lists.py.