test_roundtrip
Roundtrip tests for writing and reading various data types.
test_complex128_roundtrip ¶
Test complex128 (FR_VECT_16C) write and read.
Source code in gwframe/tests/test_roundtrip.py
test_complex64_roundtrip ¶
Test complex64 (FR_VECT_8C) write and read.
Source code in gwframe/tests/test_roundtrip.py
test_float32_roundtrip ¶
Test writing and reading float32 data.
Source code in gwframe/tests/test_roundtrip.py
test_integer_dtypes_roundtrip ¶
Test writing and reading various integer data types.
Source code in gwframe/tests/test_roundtrip.py
test_mixed_proc_and_sim_roundtrip ¶
Test file with both processed and simulated channels.
Source code in gwframe/tests/test_roundtrip.py
test_mixed_real_complex_roundtrip ¶
Test mixed real and complex data in same frame.
Source code in gwframe/tests/test_roundtrip.py
test_simulated_channel_roundtrip ¶
Test writing and reading simulated channels.