LAL  7.5.0.1-08ee4f4
SWIGTestLALPython Namespace Reference

Functions

def is_value_and_type (x, v, t)
 
def set_nice_error_handlers ()
 
def set_default_error_handlers ()
 
def catch_errors (*args, **kwargs)
 
def check_memory_leaks ()
 
def test_memory_allocation ()
 check memory allocation More...
 
def test_object_parent_tracking ()
 check object parent tracking More...
 
def test_equal_return_first_argument_type_handling ()
 check equal return/first argument type handling More...
 
def test_string_conversions ()
 check string conversions More...
 
def test_static_vector_matrix_conversions ()
 check static vector/matrix conversions More...
 
def test_dynamic_vector_matrix_conversions ()
 check dynamic vector/matrix conversions More...
 
def test_fixed_and_dynamic_arrays_typemaps ()
 check fixed and dynamic arrays typemaps More...
 
def test_input_views_of_string_array_structs ()
 check input views of string array structs More...
 
def test_input_views_of_numeric_array_structs ()
 check input views of numeric array structs More...
 
def test_FFT_functions_with_input_views ()
 check FFT functions with input views More...
 
def test_dynamic_array_of_pointers_access ()
 check dynamic array of pointers access More...
 
def test_typemaps_for_strings_and_double_pointers ()
 check typemaps for strings and double pointers More...
 
def test_tm_struct_conversions ()
 check 'tm' struct conversions More...
 
def test_LIGOTimeGPS_operations ()
 check LIGOTimeGPS operations More...
 
def test_LALUnit_operations ()
 check LALUnit operations More...
 
def test_Python_non_dynamic_structs ()
 check Python non-dynamic structs More...
 
def test_Python_pickling ()
 check Python pickling More...
 
def test_Python_dict_to_LALDict_typemap ()
 check Python dict to LALDict typemap More...
 
def test_conversion_of_numpy_fixed_width_types_int (inputs, result)
 Check conversion of NumPy fixed-width int types. More...
 
def test_conversion_of_numpy_fixed_width_types_uint (inputs, result)
 Check conversion of NumPy fixed-width uint types. More...
 
def test_conversion_of_numpy_fixed_width_types_flt (inputs, result)
 Check conversion of NumPy fixed-width float types. More...
 
def test_conversion_of_numpy_fixed_width_types_cpx (inputs, result)
 Check conversion of NumPy complex types. More...
 
def test_conversion_of_numpy_fixed_width_types_ligotimegps (input_, result)
 Check conversion of NumPy fixed-width types with LIGOTimeGPS. More...
 

Variables

 lal_c_si = lal.C_SI
 
 lal_180_pi = lal.LAL_180_PI
 
 file
 
 args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-SWIGTestLALPython.xml"]
 
 gpsSeconds
 
 gpsNanoSeconds
 

Function Documentation

◆ is_value_and_type()

def SWIGTestLALPython.is_value_and_type (   x,
  v,
  t 
)

Definition at line 18 of file SWIGTestLALPython.py.

◆ set_nice_error_handlers()

def SWIGTestLALPython.set_nice_error_handlers ( )

Definition at line 35 of file SWIGTestLALPython.py.

◆ set_default_error_handlers()

def SWIGTestLALPython.set_default_error_handlers ( )

Definition at line 39 of file SWIGTestLALPython.py.

◆ catch_errors()

def SWIGTestLALPython.catch_errors ( args,
**  kwargs 
)

Definition at line 50 of file SWIGTestLALPython.py.

◆ check_memory_leaks()

def SWIGTestLALPython.check_memory_leaks ( )

Definition at line 60 of file SWIGTestLALPython.py.

◆ test_memory_allocation()

def SWIGTestLALPython.test_memory_allocation ( )

check memory allocation

Definition at line 86 of file SWIGTestLALPython.py.

◆ test_object_parent_tracking()

def SWIGTestLALPython.test_object_parent_tracking ( )

check object parent tracking

Definition at line 115 of file SWIGTestLALPython.py.

◆ test_equal_return_first_argument_type_handling()

def SWIGTestLALPython.test_equal_return_first_argument_type_handling ( )

check equal return/first argument type handling

Definition at line 139 of file SWIGTestLALPython.py.

◆ test_string_conversions()

def SWIGTestLALPython.test_string_conversions ( )

check string conversions

Definition at line 171 of file SWIGTestLALPython.py.

◆ test_static_vector_matrix_conversions()

def SWIGTestLALPython.test_static_vector_matrix_conversions ( )

check static vector/matrix conversions

Definition at line 190 of file SWIGTestLALPython.py.

◆ test_dynamic_vector_matrix_conversions()

def SWIGTestLALPython.test_dynamic_vector_matrix_conversions ( )

check dynamic vector/matrix conversions

Definition at line 292 of file SWIGTestLALPython.py.

◆ test_fixed_and_dynamic_arrays_typemaps()

def SWIGTestLALPython.test_fixed_and_dynamic_arrays_typemaps ( )

check fixed and dynamic arrays typemaps

Definition at line 365 of file SWIGTestLALPython.py.

◆ test_input_views_of_string_array_structs()

def SWIGTestLALPython.test_input_views_of_string_array_structs ( )

check input views of string array structs

Definition at line 391 of file SWIGTestLALPython.py.

◆ test_input_views_of_numeric_array_structs()

def SWIGTestLALPython.test_input_views_of_numeric_array_structs ( )

check input views of numeric array structs

Definition at line 422 of file SWIGTestLALPython.py.

◆ test_FFT_functions_with_input_views()

def SWIGTestLALPython.test_FFT_functions_with_input_views ( )

check FFT functions with input views

Definition at line 1034 of file SWIGTestLALPython.py.

◆ test_dynamic_array_of_pointers_access()

def SWIGTestLALPython.test_dynamic_array_of_pointers_access ( )

check dynamic array of pointers access

Definition at line 1166 of file SWIGTestLALPython.py.

◆ test_typemaps_for_strings_and_double_pointers()

def SWIGTestLALPython.test_typemaps_for_strings_and_double_pointers ( )

check typemaps for strings and double pointers

Definition at line 1180 of file SWIGTestLALPython.py.

◆ test_tm_struct_conversions()

def SWIGTestLALPython.test_tm_struct_conversions ( )

check 'tm' struct conversions

Definition at line 1216 of file SWIGTestLALPython.py.

◆ test_LIGOTimeGPS_operations()

def SWIGTestLALPython.test_LIGOTimeGPS_operations ( )

check LIGOTimeGPS operations

Definition at line 1239 of file SWIGTestLALPython.py.

◆ test_LALUnit_operations()

def SWIGTestLALPython.test_LALUnit_operations ( )

check LALUnit operations

Definition at line 1371 of file SWIGTestLALPython.py.

◆ test_Python_non_dynamic_structs()

def SWIGTestLALPython.test_Python_non_dynamic_structs ( )

check Python non-dynamic structs

Definition at line 1413 of file SWIGTestLALPython.py.

◆ test_Python_pickling()

def SWIGTestLALPython.test_Python_pickling ( )

check Python pickling

Definition at line 1432 of file SWIGTestLALPython.py.

◆ test_Python_dict_to_LALDict_typemap()

def SWIGTestLALPython.test_Python_dict_to_LALDict_typemap ( )

check Python dict to LALDict typemap

Definition at line 1476 of file SWIGTestLALPython.py.

◆ test_conversion_of_numpy_fixed_width_types_int()

def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_int (   inputs,
  result 
)

Check conversion of NumPy fixed-width int types.

Definition at line 1529 of file SWIGTestLALPython.py.

◆ test_conversion_of_numpy_fixed_width_types_uint()

def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_uint (   inputs,
  result 
)

Check conversion of NumPy fixed-width uint types.

Definition at line 1544 of file SWIGTestLALPython.py.

◆ test_conversion_of_numpy_fixed_width_types_flt()

def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_flt (   inputs,
  result 
)

Check conversion of NumPy fixed-width float types.

Definition at line 1560 of file SWIGTestLALPython.py.

◆ test_conversion_of_numpy_fixed_width_types_cpx()

def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_cpx (   inputs,
  result 
)

Check conversion of NumPy complex types.

Definition at line 1585 of file SWIGTestLALPython.py.

◆ test_conversion_of_numpy_fixed_width_types_ligotimegps()

def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_ligotimegps (   input_,
  result 
)

Check conversion of NumPy fixed-width types with LIGOTimeGPS.

Definition at line 1599 of file SWIGTestLALPython.py.

Variable Documentation

◆ lal_c_si

SWIGTestLALPython.lal_c_si = lal.C_SI

Definition at line 27 of file SWIGTestLALPython.py.

◆ lal_180_pi

SWIGTestLALPython.lal_180_pi = lal.LAL_180_PI

Definition at line 28 of file SWIGTestLALPython.py.

◆ file

SWIGTestLALPython.file

Definition at line 29 of file SWIGTestLALPython.py.

◆ args

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

Definition at line 1604 of file SWIGTestLALPython.py.

◆ gpsSeconds

SWIGTestLALPython.gpsSeconds

Definition at line 1348 of file SWIGTestLALPython.py.

◆ gpsNanoSeconds

SWIGTestLALPython.gpsNanoSeconds

Definition at line 1349 of file SWIGTestLALPython.py.