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 | |
file | |
lal_c_si = lal.C_SI | |
lal_180_pi = lal.LAL_180_PI | |
args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-SWIGTestLALPython.xml"] | |
gpsSeconds | |
gpsNanoSeconds | |
def SWIGTestLALPython.is_value_and_type | ( | x, | |
v, | |||
t | |||
) |
Definition at line 24 of file SWIGTestLALPython.py.
def SWIGTestLALPython.set_nice_error_handlers | ( | ) |
Definition at line 41 of file SWIGTestLALPython.py.
def SWIGTestLALPython.set_default_error_handlers | ( | ) |
Definition at line 45 of file SWIGTestLALPython.py.
def SWIGTestLALPython.catch_errors | ( | * | args, |
** | kwargs | ||
) |
Definition at line 56 of file SWIGTestLALPython.py.
def SWIGTestLALPython.check_memory_leaks | ( | ) |
Definition at line 66 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_memory_allocation | ( | ) |
check memory allocation
Definition at line 92 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_object_parent_tracking | ( | ) |
check object parent tracking
Definition at line 121 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_equal_return_first_argument_type_handling | ( | ) |
check equal return/first argument type handling
Definition at line 145 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_string_conversions | ( | ) |
check string conversions
Definition at line 177 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_static_vector_matrix_conversions | ( | ) |
check static vector/matrix conversions
Definition at line 196 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_dynamic_vector_matrix_conversions | ( | ) |
check dynamic vector/matrix conversions
Definition at line 298 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_fixed_and_dynamic_arrays_typemaps | ( | ) |
check fixed and dynamic arrays typemaps
Definition at line 371 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_input_views_of_string_array_structs | ( | ) |
check input views of string array structs
Definition at line 397 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_input_views_of_numeric_array_structs | ( | ) |
check input views of numeric array structs
Definition at line 428 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_FFT_functions_with_input_views | ( | ) |
check FFT functions with input views
Definition at line 1040 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_dynamic_array_of_pointers_access | ( | ) |
check dynamic array of pointers access
Definition at line 1172 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_typemaps_for_strings_and_double_pointers | ( | ) |
check typemaps for strings and double pointers
Definition at line 1186 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_tm_struct_conversions | ( | ) |
check 'tm' struct conversions
Definition at line 1222 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_LIGOTimeGPS_operations | ( | ) |
check LIGOTimeGPS operations
Definition at line 1245 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_LALUnit_operations | ( | ) |
check LALUnit operations
Definition at line 1377 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_Python_non_dynamic_structs | ( | ) |
check Python non-dynamic structs
Definition at line 1419 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_Python_pickling | ( | ) |
check Python pickling
Definition at line 1438 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_Python_dict_to_LALDict_typemap | ( | ) |
check Python dict to LALDict typemap
Definition at line 1482 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_int | ( | inputs, | |
result | |||
) |
Check conversion of NumPy fixed-width int types.
Definition at line 1535 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_uint | ( | inputs, | |
result | |||
) |
Check conversion of NumPy fixed-width uint types.
Definition at line 1550 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_flt | ( | inputs, | |
result | |||
) |
Check conversion of NumPy fixed-width float types.
Definition at line 1566 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_cpx | ( | inputs, | |
result | |||
) |
Check conversion of NumPy complex types.
Definition at line 1591 of file SWIGTestLALPython.py.
def SWIGTestLALPython.test_conversion_of_numpy_fixed_width_types_ligotimegps | ( | input_, | |
result | |||
) |
Check conversion of NumPy fixed-width types with LIGOTimeGPS.
Definition at line 1605 of file SWIGTestLALPython.py.
SWIGTestLALPython.file |
Definition at line 29 of file SWIGTestLALPython.py.
SWIGTestLALPython.lal_c_si = lal.C_SI |
Definition at line 33 of file SWIGTestLALPython.py.
SWIGTestLALPython.lal_180_pi = lal.LAL_180_PI |
Definition at line 34 of file SWIGTestLALPython.py.
SWIGTestLALPython.args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-SWIGTestLALPython.xml"] |
Definition at line 1610 of file SWIGTestLALPython.py.
SWIGTestLALPython.gpsSeconds |
Definition at line 1354 of file SWIGTestLALPython.py.
SWIGTestLALPython.gpsNanoSeconds |
Definition at line 1355 of file SWIGTestLALPython.py.