Source: neo
Version: 0.12.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240319 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e \
> ; for PY in python3.12 python3.11 \
> ; do echo "I: Running Neo unittests using $PY" \
> ; NOSETESTS_NO_NETWORK=1 $PY -m pytest -v neo \
> ; done
> I: Running Neo unittests using python3.12
> ============================= test session starts
> ==============================
> platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0 --
> /usr/bin/python3.12
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>
> configfile: pyproject.toml
> collecting ... collected 1336 items
>
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create2D_with_copy_false_should_return_view
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_1d_np_array
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_1d_quantities_array
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_1d_quantities_array_inconsistent_units_ValueError
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_2d_list
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_2d_numpy_array
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_2d_quantities_array
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_2d_quantities_with_inconsistent_units_ValueError
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_array_no_units_ValueError
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_from_list
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_inconsistent_sampling_rate_and_period_ValueError
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_with_None_sampling_rate_should_raise_ValueError
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_with_None_t_start_should_raise_ValueError
> PASSED [ 0%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_with_additional_argument
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_with_copy_false_should_return_view
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_with_copy_true_should_return_copy
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalConstructor::test__create_without_sampling_rate_or_period_ValueError
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__children
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__compliant
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__duplicate_with_new_data
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__duration
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__pretty
> SKIPPED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__repr
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__sampling_period_getter
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__sampling_period_setter
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__sampling_period_setter_None_ValueError
> PASSED [ 1%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__sampling_period_setter_not_quantity_ValueError
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__sampling_rate_getter
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__sampling_rate_setter
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__sampling_rate_setter_None_ValueError
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__sampling_rate_setter_not_quantity_ValueError
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__t_start_setter_None_ValueError
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__t_stop
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalProperties::test__times_getter
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__comparison_as_indexing_double_trace
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__comparison_as_indexing_single_trace
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__comparison_with_inconsistent_units_should_raise_Exception
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__compliant
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__copy_should_let_access_to_parents_objects
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__deepcopy_should_set_parents_objects_to_None
> PASSED [ 2%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__getitem__with_tuple_slice_none
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__getitem_out_of_bounds_IndexError
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__getitem_should_return_single_quantity
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__index_dim0_and_slice_dim1_should_return_quantity_array
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__index_dim0_should_return_quantity_array
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__index_dim1_and_slice_dim0_should_return_single_channel_analogsignal
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__indexing_keeps_order_across_channels
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__indexing_keeps_order_across_time
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__invalid_index_raises_IndexError
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__rescale_new
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__rescale_new_incompatible_ValueError
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__rescale_same
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__simple_statistics
> PASSED [ 3%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__slice_both_dimensions_should_return_analogsignal
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__slice_only_first_dimension_should_return_analogsignal
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__slice_should_change_sampling_period
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__slice_should_return_AnalogSignal
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_equal
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_index
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_shift_by_zero
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_shift_different_units
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_shift_same_annotations
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_shift_same_array_annotations
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_shift_same_attributes
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_shift_same_units
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_shift_should_set_parents_to_None
> PASSED [ 4%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice__different_units
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice__no_explicit_time
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice__offset
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice__out_of_bounds_ValueError
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice_close_to_sample_boundaries
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice_deepcopy_annotations
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice_deepcopy_array_annotations
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice_deepcopy_data
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test__time_slice_should_set_parents_to_None
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_array_annotations_getitem
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_as_array
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_as_quantity
> PASSED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_compare_resample_and_downsample
> SKIPPED [ 5%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_comparison_operators_in_1d
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_comparison_operators_in_2d
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_downsample
> SKIPPED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_rectify
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_resample_less_samples
> SKIPPED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_resample_more_samples
> SKIPPED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_splice_1channel_inplace
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_splice_1channel_invalid_sampling_rate
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_splice_1channel_invalid_t_start
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_splice_1channel_invalid_t_stop
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_splice_1channel_invalid_units
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_splice_1channel_with_copy
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalArrayMethods::test_splice_2channels_inplace
> PASSED [ 6%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalEquality::test__signals_with_different_data_complement_should_be_not_equal
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__add_const_quantity_should_preserve_data_complement
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__add_quantity_should_preserve_data_complement
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__add_signals_with_inconsistent_data_complement_ValueError
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__add_two_consistent_signals_should_preserve_data_complement
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__compliant
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__divide_by_const_should_preserve_data_complement
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__merge
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__mult_by_const_float_should_preserve_data_complement
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__subtract_const_should_preserve_data_complement
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test__subtract_from_const_should_return_signal
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_array_annotations
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_complex
> PASSED [ 7%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_multi_signal
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_multi_trace
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_no_overlap
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_no_signals
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_overwrite_false
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_overwrite_true
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_padding_False
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_padding_True
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_padding_invalid
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_padding_quantity
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_reverted_order
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalCombination::test_concatenate_simple
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalFunctions::test__pickle_1d
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalFunctions::test__pickle_2d
> PASSED [ 8%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalSampling::test___get_sampling_rate__period_array_rate_none_TypeError
> PASSED [ 9%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalSampling::test___get_sampling_rate__period_none_rate_float_TypeError
> PASSED [ 9%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalSampling::test___get_sampling_rate__period_none_rate_none_ValueError
> PASSED [ 9%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalSampling::test___get_sampling_rate__period_none_rate_quant
> PASSED [ 9%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalSampling::test___get_sampling_rate__period_quant_rate_none
> PASSED [ 9%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalSampling::test___get_sampling_rate__period_rate_equivalent
> PASSED [ 9%]
> neo/test/coretest/test_analogsignal.py::TestAnalogSignalSampling::test___get_sampling_rate__period_rate_not_equivalent_ValueError
> PASSED [ 9%]
> neo/test/coretest/test_base.py::Test_check_annotations::test__check_annotations__dict
> PASSED [ 9%]
> neo/test/coretest/test_base.py::Test_check_annotations::test__check_annotations__invalid_ValueError
> PASSED [ 9%]
> neo/test/coretest/test_base.py::Test_check_annotations::test__check_annotations__invalid_dtype_ValueError
> PASSED [ 9%]
> neo/test/coretest/test_base.py::Test_check_annotations::test__check_annotations__list
> PASSED [ 9%]
> neo/test/coretest/test_base.py::Test_check_annotations::test__check_annotations__tuple
> PASSED [ 9%]
> neo/test/coretest/test_base.py::Test_check_annotations::test__check_annotations__valid_dtypes
> PASSED [ 9%]
> neo/test/coretest/test_base.py::TestBaseNeo::test__children PASSED [
> 10%]
> neo/test/coretest/test_base.py::TestBaseNeo::test_annotate PASSED [
> 10%]
> neo/test/coretest/test_base.py::TestBaseNeo::test_init PASSED [
> 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge__dict
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge__different_type_AssertionError
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge__unmergable_unequal_AssertionError
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotation__func__bool
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotation__func__dict
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotation__func__float
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotation__func__int
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotation__func__list
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotation__func__ndarray
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotation__func__str
> PASSED [ 10%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotations__dict
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotations__different_type_AssertionError
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotations__func__dict
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_annotations__unmergable_unequal_AssertionError
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_multiple__dict
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_multiple__different_type_AssertionError
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_multiple__unmergable_unequal_AssertionError
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_multiple_annotations__dict
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_multiple_annotations__different_type_AssertionError
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_multiple_annotations__func__dict
> PASSED [ 11%]
> neo/test/coretest/test_base.py::Test_BaseNeo_merge_annotations_merge::test_merge_multiple_annotations__unmergable_unequal_AssertionError
> PASSED [ 11%]
> neo/test/coretest/test_base.py::TestBaseNeoCoreTypes::test_python_bytes
> PASSED [ 11%]
> neo/test/coretest/test_base.py::TestBaseNeoCoreTypes::test_python_complex
> PASSED [ 11%]
> neo/test/coretest/test_base.py::TestBaseNeoCoreTypes::test_python_float
> PASSED [ 11%]
> neo/test/coretest/test_base.py::TestBaseNeoCoreTypes::test_python_int PASSED
> [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoCoreTypes::test_python_nonetype
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoCoreTypes::test_python_string
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoCoreTypes::test_python_unicode
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoStandardLibraryTypes::test_python_date
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoStandardLibraryTypes::test_python_datetime
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoStandardLibraryTypes::test_python_decimal
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoStandardLibraryTypes::test_python_fraction
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoStandardLibraryTypes::test_python_time
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoStandardLibraryTypes::test_python_timedelta
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoContainerTypes::test_python_dict
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoContainerTypes::test_python_frozenset
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoContainerTypes::test_python_iter
> PASSED [ 12%]
> neo/test/coretest/test_base.py::TestBaseNeoContainerTypes::test_python_list
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoContainerTypes::test_python_set
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoContainerTypes::test_python_tuple
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_bool
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_complex
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_double
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_float
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_float128
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_float16
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_float32
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_float64
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_int
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_int16
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_int32
> PASSED [ 13%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_int64
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_int8
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_intp
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_str
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_string0
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_uint
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_uint16
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_uint32
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_uint64
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_uint8
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_array_uintp
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_scalar_complex128
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_scalar_complex256
> PASSED [ 14%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyArrayTypes::test_numpy_scalar_complex64
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_array_str
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_bool
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_complex
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_complex128
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_complex256
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_complex64
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_double
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_float
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_float128
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_float16
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_float32
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_float64
> PASSED [ 15%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_int
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_int16
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_int32
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_int64
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_int8
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_intp
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_string0
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_uint
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_uint16
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_uint32
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_uint64
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_uint8
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoNumpyScalarTypes::test_numpy_scalar_uintp
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoQuantitiesArrayTypes::test_quantities_array_float
> PASSED [ 16%]
> neo/test/coretest/test_base.py::TestBaseNeoQuantitiesArrayTypes::test_quantities_array_int
> PASSED [ 17%]
> neo/test/coretest/test_base.py::TestBaseNeoQuantitiesArrayTypes::test_quantities_array_str
> PASSED [ 17%]
> neo/test/coretest/test_base.py::TestBaseNeoQuantitiesArrayTypes::test_quantities_array_uint
> PASSED [ 17%]
> neo/test/coretest/test_base.py::TestBaseNeoQuantitiesScalarTypes::test_quantities_scalar_float
> PASSED [ 17%]
> neo/test/coretest/test_base.py::TestBaseNeoQuantitiesScalarTypes::test_quantities_scalar_int
> PASSED [ 17%]
> neo/test/coretest/test_base.py::TestBaseNeoQuantitiesScalarTypes::test_quantities_scalar_str
> PASSED [ 17%]
> neo/test/coretest/test_base.py::TestBaseNeoQuantitiesScalarTypes::test_quantities_scalar_uint
> PASSED [ 17%]
> neo/test/coretest/test_base.py::TestBaseNeoUserDefinedTypes::test_my_class
> PASSED [ 17%]
> neo/test/coretest/test_base.py::TestBaseNeoUserDefinedTypes::test_my_class_list
> PASSED [ 17%]
> neo/test/coretest/test_base.py::Test_pprint::test__pretty SKIPPED (r...) [
> 17%]
> neo/test/coretest/test_base.py::Test_intersect_annotations::test_arrays
> PASSED [ 17%]
> neo/test/coretest/test_base.py::Test_intersect_annotations::test_intersect_self
> PASSED [ 17%]
> neo/test/coretest/test_base.py::Test_intersect_annotations::test_keys PASSED
> [ 17%]
> neo/test/coretest/test_base.py::Test_intersect_annotations::test_list PASSED
> [ 18%]
> neo/test/coretest/test_base.py::Test_intersect_annotations::test_list_values
> PASSED [ 18%]
> neo/test/coretest/test_base.py::Test_intersect_annotations::test_simple
> PASSED [ 18%]
> neo/test/coretest/test_block.py::TestBlock::test__deepcopy PASSED [
> 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_annotation_single
> PASSED [ 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_attribute_single
> PASSED [ 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_attribute_single_nores
> PASSED [ 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_multi PASSED [
> 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_multi_nores PASSED [
> 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_no_annotation_but_object
> PASSED [ 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_none PASSED [
> 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_annotation_container
> PASSED [ 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_annotation_container_norecur
> PASSED [ 18%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_annotation_nodata
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_annotation_nodata_container
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_annotation_nodata_norecur
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_annotation_norecur
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_annotation_nores
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_annotation_obj_single
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_attribute_container_data
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_attribute_container_norecur
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_attribute_container_norecur_nores
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_attribute_nodata
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_attribute_nodata_container_norecur_nores
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_attribute_nodata_container_nores
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_attribute_nodata_norecur
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filter_single_attribute_norecur
> PASSED [ 19%]
> neo/test/coretest/test_block.py::TestBlock::test__filterdata_multi PASSED [
> 20%]
> neo/test/coretest/test_block.py::TestBlock::test__filterdata_multi_nores
> PASSED [ 20%]
> neo/test/coretest/test_block.py::TestBlock::test__merge PASSED [
> 20%]
> neo/test/coretest/test_block.py::TestBlock::test__size PASSED [
> 20%]
> neo/test/coretest/test_block.py::TestBlock::test_block_init PASSED [
> 20%]
> neo/test/coretest/test_container.py::Test_unique_objs::test_some PASSED [
> 20%]
> neo/test/coretest/test_container.py::TestContainerNeo::test__children PASSED
> [ 20%]
> neo/test/coretest/test_container.py::TestContainerNeo::test_filter PASSED [
> 20%]
> neo/test/coretest/test_container.py::TestContainerNeo::test_init PASSED [
> 20%]
> neo/test/coretest/test_container.py::Test_Container_merge::test_merge__dict
> PASSED [ 20%]
> neo/test/coretest/test_container.py::Test_Container_merge::test_merge__different_type_AssertionError
> PASSED [ 20%]
> neo/test/coretest/test_container.py::Test_Container_merge::test_merge__unmergable_unequal_AssertionError
> PASSED [ 20%]
> neo/test/coretest/test_container.py::Test_pprint::test__pretty SKIPPED [
> 20%]
> neo/test/coretest/test_dataobject.py::Test_DataObject::test PASSED [
> 21%]
> neo/test/coretest/test_dataobject.py::Test_array_annotations::test_arr_anns_at_index
> PASSED [ 21%]
> neo/test/coretest/test_dataobject.py::Test_array_annotations::test_array_annotate
> PASSED [ 21%]
> neo/test/coretest/test_dataobject.py::Test_array_annotations::test_check_arr_ann
> PASSED [ 21%]
> neo/test/coretest/test_dataobject.py::Test_array_annotations::test_implicit_dict_check
> PASSED [ 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_Epoch_creation PASSED [
> 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_Epoch_creation_from_lists
> PASSED [ 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_Epoch_creation_invalid_durations_labels
> PASSED [ 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_Epoch_creation_scalar_duration
> PASSED [ 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_Epoch_invalid_times_dimension
> PASSED [ 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_Epoch_merge PASSED [
> 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_Epoch_repr PASSED [
> 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__children PASSED [
> 21%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__deepcopy_should_set_parents_objects_to_None
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__pretty SKIPPED (re...) [
> 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_shift_by_zero PASSED [
> 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_shift_different_units
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_shift_same_annotations
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_shift_same_array_annotations
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_shift_same_attributes
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_shift_same_units
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_shift_should_set_parents_to_None
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_slice PASSED [
> 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_slice_deepcopy_annotations
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_slice_deepcopy_array_annotations
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_slice_deepcopy_data
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test__time_slice_should_set_parents_to_None
> PASSED [ 22%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_as_array PASSED [
> 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_as_quantity PASSED [
> 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_getitem_scalar PASSED [
> 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_rescale PASSED [
> 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_set_labels_duration PASSED [
> 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_slice PASSED [
> 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_time_slice2 PASSED [
> 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_time_slice_differnt_units
> PASSED [ 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_time_slice_empty PASSED [
> 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_time_slice_none_both PASSED
> [ 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_time_slice_none_start PASSED
> [ 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_time_slice_none_stop PASSED
> [ 23%]
> neo/test/coretest/test_epoch.py::TestEpoch::test_time_slice_out_of_boundries
> PASSED [ 23%]
> neo/test/coretest/test_epoch.py::TestDuplicateWithNewData::test_duplicate_with_new_data
> PASSED [ 24%]
> neo/test/coretest/test_epoch.py::TestEpochFunctions::test__pickle PASSED [
> 24%]
> neo/test/coretest/test_event.py::TestEvent::test_Event_creation PASSED [
> 24%]
> neo/test/coretest/test_event.py::TestEvent::test_Event_creation_from_lists
> PASSED [ 24%]
> neo/test/coretest/test_event.py::TestEvent::test_Event_creation_invalid_labels
> PASSED [ 24%]
> neo/test/coretest/test_event.py::TestEvent::test_Event_invalid_times_dimension
> PASSED [ 24%]
> neo/test/coretest/test_event.py::TestEvent::test_Event_merge PASSED [
> 24%]
> neo/test/coretest/test_event.py::TestEvent::test_Event_repr PASSED [
> 24%]
> neo/test/coretest/test_event.py::TestEvent::test__children PASSED [
> 24%]
> neo/test/coretest/test_event.py::TestEvent::test__deepcopy_should_set_parents_objects_to_None
> PASSED [ 24%]
> neo/test/coretest/test_event.py::TestEvent::test__pretty SKIPPED (re...) [
> 24%]
> neo/test/coretest/test_event.py::TestEvent::test__time_shift_by_zero PASSED [
> 24%]
> neo/test/coretest/test_event.py::TestEvent::test__time_shift_different_units
> PASSED [ 24%]
> neo/test/coretest/test_event.py::TestEvent::test__time_shift_same_annotations
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_shift_same_array_annotations
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_shift_same_attributes
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_shift_same_units
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_shift_should_set_parents_to_None
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_slice PASSED [
> 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_slice_deepcopy_annotations
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_slice_deepcopy_array_annotations
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_slice_deepcopy_data
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test__time_slice_should_set_parents_to_None
> PASSED [ 25%]
> neo/test/coretest/test_event.py::TestEvent::test_as_array PASSED [
> 25%]
> neo/test/coretest/test_event.py::TestEvent::test_as_quantity PASSED [
> 25%]
> neo/test/coretest/test_event.py::TestEvent::test_rescale PASSED [
> 25%]
> neo/test/coretest/test_event.py::TestEvent::test_set_labels PASSED [
> 25%]
> neo/test/coretest/test_event.py::TestEvent::test_setup_compliant PASSED [
> 26%]
> neo/test/coretest/test_event.py::TestEvent::test_slice PASSED [
> 26%]
> neo/test/coretest/test_event.py::TestEvent::test_time_slice_differnt_units
> PASSED [ 26%]
> neo/test/coretest/test_event.py::TestEvent::test_time_slice_empty PASSED [
> 26%]
> neo/test/coretest/test_event.py::TestEvent::test_time_slice_none_both PASSED
> [ 26%]
> neo/test/coretest/test_event.py::TestEvent::test_time_slice_none_start PASSED
> [ 26%]
> neo/test/coretest/test_event.py::TestEvent::test_time_slice_none_stop PASSED
> [ 26%]
> neo/test/coretest/test_event.py::TestEvent::test_time_slice_out_of_boundries
> PASSED [ 26%]
> neo/test/coretest/test_event.py::TestEvent::test_to_epoch PASSED [
> 26%]
> neo/test/coretest/test_event.py::TestEvent::tests_time_slice PASSED [
> 26%]
> neo/test/coretest/test_event.py::TestEvent::tests_time_slice_deepcopy_annotations
> PASSED [ 26%]
> neo/test/coretest/test_event.py::TestDuplicateWithNewData::test_duplicate_with_new_data
> PASSED [ 26%]
> neo/test/coretest/test_event.py::TestEventFunctions::test__pickle PASSED [
> 26%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_segment::test_all_supported
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_segment::test_all_without_block
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_segment::test_all_without_segment_valueerror
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_segment::test_defaults
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_segment::test_half_supported
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_block::test_all_supported
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_block::test_all_without_block_valueerror
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_block::test_all_without_segment
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_block::test_defaults
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_one_simple_block::test_half_supported
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_from_supported_objects::test_all
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_from_supported_objects::test_all_without_block
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_from_supported_objects::test_all_without_segment
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_from_supported_objects::test_block
> PASSED [ 27%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_from_supported_objects::test_block_segment
> PASSED [ 28%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_from_supported_objects::test_no_object_valueerror
> PASSED [ 28%]
> neo/test/coretest/test_generate_datasets.py::Test__generate_from_supported_objects::test_segment
> PASSED [ 28%]
> neo/test/coretest/test_group.py::TestGroup::test_children PASSED [
> 28%]
> neo/test/coretest/test_group.py::TestGroup::test_create_empty_group PASSED [
> 28%]
> neo/test/coretest/test_group.py::TestGroup::test_create_group PASSED [
> 28%]
> neo/test/coretest/test_group.py::TestGroup::test_walk PASSED [
> 28%]
> neo/test/coretest/test_group.py::TestGroup::test_with_allowed_types PASSED [
> 28%]
> neo/test/coretest/test_imagesequence.py::TestImageSequence::test_error_spatial_scale
> PASSED [ 28%]
> neo/test/coretest/test_imagesequence.py::TestImageSequence::test_sampling_rate
> PASSED [ 28%]
> neo/test/coretest/test_imagesequence.py::TestImageSequence::test_t_start
> PASSED [ 28%]
> neo/test/coretest/test_imagesequence.py::TestImageSequence::test_units PASSED
> [ 28%]
> neo/test/coretest/test_imagesequence.py::TestImageSequence::test_wrong_dimensions
> PASSED [ 28%]
> neo/test/coretest/test_imagesequence.py::TestMethodImageSequence::test_signal_from_region
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalConstruction::test_IrregularlySampledSignal_creation_times_units_signal_units
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalConstruction::test_IrregularlySampledSignal_creation_units_arg
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalConstruction::test_IrregularlySampledSignal_creation_units_rescale
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalConstruction::test_IrregularlySampledSignal_different_lens_ValueError
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalConstruction::test_IrregularlySampledSignal_no_signal_units_ValueError
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalConstruction::test_IrregularlySampledSignal_no_time_units_ValueError
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalProperties::test_IrregularlySampledSignal_repr
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalProperties::test__compliant
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalProperties::test__duration_getter
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalProperties::test__sampling_intervals_getter
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalProperties::test__t_start_getter
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalProperties::test__t_stop_getter
> PASSED [ 29%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__comparison_as_indexing_multi_trace
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__comparison_as_indexing_single_trace
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__comparison_with_inconsistent_units_should_raise_Exception
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__compliant
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__copy_should_preserve_parent_objects
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__deepcopy_should_set_parents_objects_to_None
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__getitem_out_of_bounds_IndexError
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__getitem_should_return_single_quantity
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__indexing_keeps_order_across_channels
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__indexing_keeps_order_across_time
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__rescale_new
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__rescale_new_incompatible_ValueError
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__rescale_same
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__slice_should_return_IrregularlySampledSignal
> PASSED [ 30%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_shift_by_zero
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_shift_different_units
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_shift_same_annotations
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_shift_same_array_annotations
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_shift_same_attributes
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_shift_same_units
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_shift_should_set_parents_to_None
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_slice_deepcopy_annotations
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_slice_deepcopy_array_annotations
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_slice_deepcopy_data
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test__time_slice_should_set_parents_to_None
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_as_array
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_as_quantity
> PASSED [ 31%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_comparison_operators
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_mean_interpolation_NotImplementedError
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_resample
> SKIPPED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_simple_statistics
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_time_slice
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_time_slice_differnt_units
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_time_slice_empty
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_time_slice_none_both
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_time_slice_none_start
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_time_slice_none_stop
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalArrayMethods::test_time_slice_out_of_boundries
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__add_const_quantity_should_preserve_data_complement
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__add_signals_with_inconsistent_dimension_ValueError
> PASSED [ 32%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__add_signals_with_inconsistent_times_AssertionError
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__add_two_consistent_signals_should_preserve_data_complement
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__compliant
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__divide_signal_by_const_should_preserve_data_complement
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__merge
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__mult_signal_by_const_array_should_preserve_data_complement
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__mult_signal_by_const_float_should_preserve_data_complement
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__pretty
> SKIPPED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__subtract_const_should_preserve_data_complement
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test__subtract_from_const_should_return_signal
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test_concatenate_array_annotations
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test_concatenate_multi_trace
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test_concatenate_no_overlap
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test_concatenate_overlap
> PASSED [ 33%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test_concatenate_overlap_exception
> PASSED [ 34%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalCombination::test_concatenate_simple
> PASSED [ 34%]
> neo/test/coretest/test_irregularysampledsignal.py::TestAnalogSignalFunctions::test__pickle
> PASSED [ 34%]
> neo/test/coretest/test_irregularysampledsignal.py::TestIrregularlySampledSignalEquality::test__signals_with_different_times_should_be_not_equal
> PASSED [ 34%]
> neo/test/coretest/test_regionofinterest.py::Test_CircularRegionOfInterest::test_result
> PASSED [ 34%]
> neo/test/coretest/test_regionofinterest.py::Test_RectangularRegionOfInterest::test_result
> PASSED [ 34%]
> neo/test/coretest/test_regionofinterest.py::Test_PolygonRegionOfInterest::test_result
> PASSED [ 34%]
> neo/test/coretest/test_segment.py::TestSegment::test__deepcopy PASSED [
> 34%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_annotation_single
> PASSED [ 34%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_attribute_single
> PASSED [ 34%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_attribute_single_nores
> PASSED [ 34%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_multi PASSED [
> 34%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_multi_nores
> PASSED [ 34%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_multi_partres
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_no_annotation_but_object
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_none PASSED [
> 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_annotation_container
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_annotation_nodata
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_annotation_nores
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_annotation_obj_multi
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_annotation_obj_none
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_annotation_obj_single
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_attribute_container
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_attribute_nodata
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__filter_single_attribute_nodata_container
> PASSED [ 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__merge PASSED [
> 35%]
> neo/test/coretest/test_segment.py::TestSegment::test__size PASSED [
> 36%]
> neo/test/coretest/test_segment.py::TestSegment::test__time_slice PASSED [
> 36%]
> neo/test/coretest/test_segment.py::TestSegment::test_init PASSED [
> 36%]
> neo/test/coretest/test_segment.py::TestSegment::test_time_slice_None PASSED [
> 36%]
> neo/test/coretest/test_segment.py::TestSegment::test_times PASSED [
> 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_has_dimensions_time::test__check_has_dimensions_time
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_has_dimensions_time::test__check_has_dimensions_time_compound_unit
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_above
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_above_below
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_above_below_scale
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_above_scale
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_below
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_below_scale
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_empty_array
> PASSED [ 36%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_empty_array_invalid_t_stop
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_exact
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_inside
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::Testcheck_time_in_range::test__check_time_in_range_scale
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_empty
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_empty_no_t_start
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_array
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_array_no_start_stop_units
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_array_no_start_stop_units_set_dtype
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_array_no_start_stop_units_with_dtype
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_array_set_dtype
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_array_with_dtype
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_array_with_incompatible_units_ValueError
> PASSED [ 37%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_array_without_units_should_raise_ValueError
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_list
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_list_no_start_stop_units
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_list_no_start_stop_units_set_dtype
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_list_set_dtype
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_list_without_units_should_raise_ValueError
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_no_start_stop_units
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_no_start_stop_units_set_dtype
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_no_start_stop_units_with_dtype
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_set_dtype
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_units
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_units_no_start_stop_units
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_units_set_dtype
> PASSED [ 38%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_units_with_dtype
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_array_with_dtype
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_from_quantity_units_no_start_stop_units_set_dtype
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_minimal
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_with_invalid_times_dimension
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_with_len_times_different_size_than_waveform_shape1_ValueError
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test__create_with_times_outside_tstart_tstop_ValueError
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test_default_tstart
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test_defaults PASSED [
> 39%]
> neo/test/coretest/test_spiketrain.py::TestConstructor::test_tstop_units_conversion
> PASSED [ 39%]
> neo/test/coretest/test_spiketrain.py::TestSorting::test_sort PASSED [
> 39%]
> neo/test/coretest/test_spiketrain.py::TestSlice::test_compliant PASSED [
> 39%]
> neo/test/coretest/test_spiketrain.py::TestSlice::test_slice PASSED [
> 39%]
> neo/test/coretest/test_spiketrain.py::TestSlice::test_slice_from_beginning
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestSlice::test_slice_negative_idxs
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestSlice::test_slice_to_end PASSED [
> 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test__deepcopy_should_set_parents_objects_to_None
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test__time_slice_deepcopy_annotations
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test__time_slice_deepcopy_array_annotations
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test__time_slice_deepcopy_data
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test__time_slice_should_set_parents_to_None
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_compliant PASSED [
> 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_completely_out_of_boundaries
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_differnt_units
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_empty
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_matching_ends
> PASSED [ 40%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_none_both
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_none_start
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_none_stop
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_out_of_boundaries
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeSlice::test_time_slice_typical
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeShift::test__time_shift_by_zero
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeShift::test__time_shift_different_units
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeShift::test__time_shift_same_annotations
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeShift::test__time_shift_same_array_annotations
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeShift::test__time_shift_same_attributes
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeShift::test__time_shift_same_units
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeShift::test__time_shift_should_set_parents_to_None
> PASSED [ 41%]
> neo/test/coretest/test_spiketrain.py::TestTimeShift::test_compliant PASSED [
> 41%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_compliant PASSED [
> 41%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_correct_shape PASSED [
> 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_correct_times FAILED [
> 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_incompatible_t_start
> PASSED [ 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_merge_multiple PASSED [
> 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_merge_multiple_raise_merge_errors
> PASSED [ 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_merge_multiple_with_waveforms
> PASSED [ 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_merge_typical FAILED [
> 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_merge_with_waveforms
> PASSED [ 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_missing_waveforms_error
> PASSED [ 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_name_file_origin_description
> PASSED [ 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_neo_relations PASSED [
> 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_rescaling_units PASSED
> [ 42%]
> neo/test/coretest/test_spiketrain.py::TestMerge::test_sampling_rate PASSED [
> 42%]
> neo/test/coretest/test_spiketrain.py::TestDuplicateWithNewData::test_deep_copy_attributes
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestDuplicateWithNewData::test_duplicate_with_new_data
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestAttributesAnnotations::test_annotations
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestAttributesAnnotations::test_array_annotations
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestAttributesAnnotations::test_autoset_universally_recommended_attributes
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestAttributesAnnotations::test_set_universally_recommended_attributes
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__adding_time_array
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__adding_time_scalar
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__adding_two_spike_trains
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__changing_multiple_spiketimes
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__changing_multiple_spiketimes_should_check_time_in_range
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__changing_spiketime_should_check_time_in_range
> PASSED [ 43%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__rescale PASSED [
> 43%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__rescale_incompatible_units_ValueError
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__rescale_same_units
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__subtracting_time_array
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__subtracting_time_scalar
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test__subtracting_two_spike_trains
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_default
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_default_and_data_not_quantity
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_false
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_false_and_data_not_quantity
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_false_and_dtype_change
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_false_and_fake_rescale
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_false_and_rescale_true
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_true
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_change_with_copy_true_and_data_not_quantity
> PASSED [ 44%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_changing_slice_changes_original_spiketrain
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_changing_slice_changes_original_spiketrain_with_copy_false
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestChanging::test_init_with_rescale
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__children
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__compliant
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__duration
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__pretty
> SKIPPED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__repr
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__right_sweep
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__sampling_period
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__spike_duration
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestPropertiesMethods::test__times
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestMiscellaneous::test__different_dtype_for_t_start_and_array
> PASSED [ 45%]
> neo/test/coretest/test_spiketrain.py::TestMiscellaneous::test_as_array PASSED
> [ 46%]
> neo/test/coretest/test_spiketrain.py::TestMiscellaneous::test_as_quantity
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_add_list_of_something_else
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_add_list_of_spiketrains
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_add_spiketrainlists
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_append
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_append_something_else
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_create_from_spiketrain_array
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_create_from_spiketrain_list
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_create_from_spiketrain_list_incl_proxy
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_get_single_item
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_get_slice
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_iadd_list_of_spiketrains
> PASSED [ 46%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_iadd_spiketrainlists
> PASSED [ 47%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_len PASSED
> [ 47%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_multiplexed
> PASSED [ 47%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_radd_list_of_something_else
> PASSED [ 47%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_radd_list_of_spiketrains
> PASSED [ 47%]
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_str PASSED
> [ 47%]
> neo/test/coretest/test_view.py::TestView::test_create_boolean_index PASSED [
> 47%]
> neo/test/coretest/test_view.py::TestView::test_create_integer_index PASSED [
> 47%]
> neo/test/coretest/test_view.py::TestView::test_resolve PASSED [
> 47%]
> neo/test/iotest/test_alphaomegaio.py::TestAlphaOmegaIO::test__handle_pathlib_filename
> SKIPPED [ 47%]
> neo/test/iotest/test_alphaomegaio.py::TestAlphaOmegaIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 47%]
> neo/test/iotest/test_alphaomegaio.py::TestAlphaOmegaIO::test_create_group_across_segment
> SKIPPED [ 47%]
> neo/test/iotest/test_alphaomegaio.py::TestAlphaOmegaIO::test_list_candidate_ios
> SKIPPED [ 47%]
> neo/test/iotest/test_alphaomegaio.py::TestAlphaOmegaIO::test_read_then_write
> SKIPPED [ 47%]
> neo/test/iotest/test_alphaomegaio.py::TestAlphaOmegaIO::test_read_with_lazy_is_compliant
> SKIPPED [ 48%]
> neo/test/iotest/test_alphaomegaio.py::TestAlphaOmegaIO::test_write_then_read
> SKIPPED [ 48%]
> neo/test/iotest/test_asciiimageio.py::TestAsciiImageIO::test_read_txt PASSED
> [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIOWithTestFiles::test__handle_pathlib_filename
> SKIPPED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIOWithTestFiles::test_assert_read_neo_object_is_compliant
> SKIPPED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIOWithTestFiles::test_create_group_across_segment
> SKIPPED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIOWithTestFiles::test_list_candidate_ios
> SKIPPED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIOWithTestFiles::test_read_then_write
> SKIPPED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIOWithTestFiles::test_read_with_lazy_is_compliant
> SKIPPED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIOWithTestFiles::test_write_then_read
> SKIPPED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_callable_expect_success
> PASSED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_csv_expect_success
> PASSED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_genfromtxt_expect_success
> PASSED [ 48%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_genfromtxt_irregular_expect_success
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_homemade_expect_success
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_irregular_multichannel
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_multichannel
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_multichannel_with_negative_timecolumn
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_multichannel_with_timecolumn
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_read_with_json_metadata
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_roundtrip_with_json_metadata
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_skip_comments
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_skiprows
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_timecolumn
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_usecols PASSED
> [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_write_with_timecolumn
> PASSED [ 49%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_write_with_timeunits_different_from_those_of_signal
> PASSED [ 50%]
> neo/test/iotest/test_asciisignalio.py::TestAsciiSignalIO::test_write_without_timecolumn
> PASSED [ 50%]
> neo/test/iotest/test_asciispiketrainio.py::TestAsciiSpikeTrainIO::test__handle_pathlib_filename
> SKIPPED [ 50%]
> neo/test/iotest/test_asciispiketrainio.py::TestAsciiSpikeTrainIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 50%]
> neo/test/iotest/test_asciispiketrainio.py::TestAsciiSpikeTrainIO::test_create_group_across_segment
> SKIPPED [ 50%]
> neo/test/iotest/test_asciispiketrainio.py::TestAsciiSpikeTrainIO::test_list_candidate_ios
> SKIPPED [ 50%]
> neo/test/iotest/test_asciispiketrainio.py::TestAsciiSpikeTrainIO::test_read_then_write
> SKIPPED [ 50%]
> neo/test/iotest/test_asciispiketrainio.py::TestAsciiSpikeTrainIO::test_read_with_lazy_is_compliant
> SKIPPED [ 50%]
> neo/test/iotest/test_asciispiketrainio.py::TestAsciiSpikeTrainIO::test_write_then_read
> SKIPPED [ 50%]
> neo/test/iotest/test_axographio.py::TestAxographRawIO::test_read_all SKIPPED
> [ 50%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test__handle_pathlib_filename
> SKIPPED [ 50%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 50%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_create_group_across_segment
> SKIPPED [ 50%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_events_and_epochs
> SKIPPED [ 50%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_file_with_corrupt_comment
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_file_written_by_axographio_package_with_linearsequence
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_file_written_by_axographio_package_without_linearsequence
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_force_single_segment
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_group_by_same_units
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_list_candidate_ios
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_multi_segment
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_read_then_write
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_read_with_lazy_is_compliant
> SKIPPED [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_rec_datetime SKIPPED
> [ 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_version_1 SKIPPED [
> 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_version_2 SKIPPED [
> 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_version_5 SKIPPED [
> 51%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_version_6 SKIPPED [
> 52%]
> neo/test/iotest/test_axographio.py::TestAxographIO::test_write_then_read
> SKIPPED [ 52%]
> neo/test/iotest/test_axonaio.py::TestAxonaRawIO::test_read_all SKIPPED [
> 52%]
> neo/test/iotest/test_axonaio.py::TestAxonaIO::test__handle_pathlib_filename
> SKIPPED [ 52%]
> neo/test/iotest/test_axonaio.py::TestAxonaIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 52%]
> neo/test/iotest/test_axonaio.py::TestAxonaIO::test_create_group_across_segment
> SKIPPED [ 52%]
> neo/test/iotest/test_axonaio.py::TestAxonaIO::test_list_candidate_ios SKIPPED
> [ 52%]
> neo/test/iotest/test_axonaio.py::TestAxonaIO::test_read_then_write SKIPPED [
> 52%]
> neo/test/iotest/test_axonaio.py::TestAxonaIO::test_read_with_lazy_is_compliant
> SKIPPED [ 52%]
> neo/test/iotest/test_axonaio.py::TestAxonaIO::test_write_then_read SKIPPED [
> 52%]
> neo/test/iotest/test_axonio.py::TestAxonRawIO::test_read_all SKIPPED [
> 52%]
> neo/test/iotest/test_axonio.py::TestAxonRawIO::test_read_raw_protocol SKIPPED
> [ 52%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test__handle_pathlib_filename
> SKIPPED [ 52%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test_annotations SKIPPED [
> 52%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 53%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test_create_group_across_segment
> SKIPPED [ 53%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test_list_candidate_ios SKIPPED [
> 53%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test_read_protocol SKIPPED [
> 53%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test_read_then_write SKIPPED [
> 53%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test_read_with_lazy_is_compliant
> SKIPPED [ 53%]
> neo/test/iotest/test_axonio.py::TestAxonIO::test_write_then_read SKIPPED [
> 53%]
> neo/test/iotest/test_baseio.py::TestIOObjects::test__raise_error_when_not_readable_or_writable
> PASSED [ 53%]
> neo/test/iotest/test_bci2000.py::TestBCI2000IO::test__handle_pathlib_filename
> SKIPPED [ 53%]
> neo/test/iotest/test_bci2000.py::TestBCI2000IO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 53%]
> neo/test/iotest/test_bci2000.py::TestBCI2000IO::test_create_group_across_segment
> SKIPPED [ 53%]
> neo/test/iotest/test_bci2000.py::TestBCI2000IO::test_list_candidate_ios
> SKIPPED [ 53%]
> neo/test/iotest/test_bci2000.py::TestBCI2000IO::test_read_then_write SKIPPED
> [ 53%]
> neo/test/iotest/test_bci2000.py::TestBCI2000IO::test_read_with_lazy_is_compliant
> SKIPPED [ 54%]
> neo/test/iotest/test_bci2000.py::TestBCI2000IO::test_write_then_read SKIPPED
> [ 54%]
> neo/test/iotest/test_biocam.py::TestBiocamIO::test__handle_pathlib_filename
> SKIPPED [ 54%]
> neo/test/iotest/test_biocam.py::TestBiocamIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 54%]
> neo/test/iotest/test_biocam.py::TestBiocamIO::test_create_group_across_segment
> SKIPPED [ 54%]
> neo/test/iotest/test_biocam.py::TestBiocamIO::test_list_candidate_ios SKIPPED
> [ 54%]
> neo/test/iotest/test_biocam.py::TestBiocamIO::test_read_then_write SKIPPED [
> 54%]
> neo/test/iotest/test_biocam.py::TestBiocamIO::test_read_with_lazy_is_compliant
> SKIPPED [ 54%]
> neo/test/iotest/test_biocam.py::TestBiocamIO::test_write_then_read SKIPPED [
> 54%]
> neo/test/iotest/test_blackrockio.py::TestBlackrockRawIO::test_compare_blackrockio_with_matlabloader
> SKIPPED [ 54%]
> neo/test/iotest/test_blackrockio.py::TestBlackrockRawIO::test_compare_blackrockio_with_matlabloader_v21
> SKIPPED [ 54%]
> neo/test/iotest/test_blackrockio.py::TestBlackrockRawIO::test_read_all
> SKIPPED [ 54%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test__handle_pathlib_filename
> SKIPPED [ 54%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_assert_read_neo_object_is_compliant
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_compare_blackrockio_with_matlabloader_v21
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_create_group_across_segment
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_inputs_V21 SKIPPED [
> 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_inputs_V23 SKIPPED [
> 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_list_candidate_ios
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_load_muliple_nsx
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_load_waveforms SKIPPED
> [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_read_then_write
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_read_with_lazy_is_compliant
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_segment_detection_pause
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_segment_detection_reset
> SKIPPED [ 55%]
> neo/test/iotest/test_blackrockio.py::CommonTests::test_write_then_read
> SKIPPED [ 55%]
> neo/test/iotest/test_brainvisionio.py::TestBrainVisionIO::test__handle_pathlib_filename
> SKIPPED [ 55%]
> neo/test/iotest/test_brainvisionio.py::TestBrainVisionIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 56%]
> neo/test/iotest/test_brainvisionio.py::TestBrainVisionIO::test_create_group_across_segment
> SKIPPED [ 56%]
> neo/test/iotest/test_brainvisionio.py::TestBrainVisionIO::test_list_candidate_ios
> SKIPPED [ 56%]
> neo/test/iotest/test_brainvisionio.py::TestBrainVisionIO::test_read_then_write
> SKIPPED [ 56%]
> neo/test/iotest/test_brainvisionio.py::TestBrainVisionIO::test_read_with_lazy_is_compliant
> SKIPPED [ 56%]
> neo/test/iotest/test_brainvisionio.py::TestBrainVisionIO::test_write_then_read
> SKIPPED [ 56%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test__handle_pathlib_filename
> SKIPPED [ 56%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test_against_reference
> SKIPPED [ 56%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test_assert_read_neo_object_is_compliant
> SKIPPED [ 56%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test_create_group_across_segment
> SKIPPED [ 56%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test_list_candidate_ios
> SKIPPED [ 56%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test_read_then_write
> SKIPPED [ 56%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test_read_with_lazy_is_compliant
> SKIPPED [ 56%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test_reading_same
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaredamio.py::BrainwareDamIOTestCase::test_write_then_read
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test__handle_pathlib_filename
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test_against_reference
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test_assert_read_neo_object_is_compliant
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test_create_group_across_segment
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test_list_candidate_ios
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test_read_then_write
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test_read_with_lazy_is_compliant
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test_reading_same
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaref32io.py::BrainwareF32IOTestCase::test_write_then_read
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test__handle_pathlib_filename
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test_against_reference
> SKIPPED [ 57%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test_assert_read_neo_object_is_compliant
> SKIPPED [ 58%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test_create_group_across_segment
> SKIPPED [ 58%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test_list_candidate_ios
> SKIPPED [ 58%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test_read_then_write
> SKIPPED [ 58%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test_read_with_lazy_is_compliant
> SKIPPED [ 58%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test_reading_same
> SKIPPED [ 58%]
> neo/test/iotest/test_brainwaresrcio.py::BrainwareSrcIOTestCase::test_write_then_read
> SKIPPED [ 58%]
> neo/test/iotest/test_cedio.py::TestCedIO::test__handle_pathlib_filename
> SKIPPED [ 58%]
> neo/test/iotest/test_cedio.py::TestCedIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 58%]
> neo/test/iotest/test_cedio.py::TestCedIO::test_create_group_across_segment
> SKIPPED [ 58%]
> neo/test/iotest/test_cedio.py::TestCedIO::test_list_candidate_ios SKIPPED [
> 58%]
> neo/test/iotest/test_cedio.py::TestCedIO::test_read_then_write SKIPPED [
> 58%]
> neo/test/iotest/test_cedio.py::TestCedIO::test_read_with_lazy_is_compliant
> SKIPPED [ 58%]
> neo/test/iotest/test_cedio.py::TestCedIO::test_write_then_read SKIPPED [
> 58%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test__handle_pathlib_filename
> SKIPPED [ 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_compare_data SKIPPED [
> 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_create_group_across_segment
> SKIPPED [ 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_list_candidate_ios SKIPPED [
> 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_read_block SKIPPED (R...) [
> 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_read_segment_with_time_slice
> SKIPPED [ 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_read_then_write SKIPPED [
> 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_read_with_lazy_is_compliant
> SKIPPED [ 59%]
> neo/test/iotest/test_edfio.py::TestEDFIO::test_write_then_read SKIPPED [
> 59%]
> neo/test/iotest/test_elanio.py::TestElanIO::test__handle_pathlib_filename
> SKIPPED [ 59%]
> neo/test/iotest/test_elanio.py::TestElanIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 59%]
> neo/test/iotest/test_elanio.py::TestElanIO::test_create_group_across_segment
> SKIPPED [ 59%]
> neo/test/iotest/test_elanio.py::TestElanIO::test_list_candidate_ios SKIPPED [
> 60%]
> neo/test/iotest/test_elanio.py::TestElanIO::test_read_then_write SKIPPED [
> 60%]
> neo/test/iotest/test_elanio.py::TestElanIO::test_read_with_lazy_is_compliant
> SKIPPED [ 60%]
> neo/test/iotest/test_elanio.py::TestElanIO::test_write_then_read SKIPPED [
> 60%]
> neo/test/iotest/test_elphyio.py::TestElphyIO::test__handle_pathlib_filename
> SKIPPED [ 60%]
> neo/test/iotest/test_elphyio.py::TestElphyIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 60%]
> neo/test/iotest/test_elphyio.py::TestElphyIO::test_create_group_across_segment
> SKIPPED [ 60%]
> neo/test/iotest/test_elphyio.py::TestElphyIO::test_list_candidate_ios SKIPPED
> [ 60%]
> neo/test/iotest/test_elphyio.py::TestElphyIO::test_read_data SKIPPED [
> 60%]
> neo/test/iotest/test_elphyio.py::TestElphyIO::test_read_then_write SKIPPED [
> 60%]
> neo/test/iotest/test_elphyio.py::TestElphyIO::test_read_with_lazy_is_compliant
> SKIPPED [ 60%]
> neo/test/iotest/test_elphyio.py::TestElphyIO::test_write_then_read SKIPPED [
> 60%]
> neo/test/iotest/test_exampleio.py::TestExampleIO::test__handle_pathlib_filename
> SKIPPED [ 60%]
> neo/test/iotest/test_exampleio.py::TestExampleIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 61%]
> neo/test/iotest/test_exampleio.py::TestExampleIO::test_create_group_across_segment
> SKIPPED [ 61%]
> neo/test/iotest/test_exampleio.py::TestExampleIO::test_list_candidate_ios
> SKIPPED [ 61%]
> neo/test/iotest/test_exampleio.py::TestExampleIO::test_read_then_write
> SKIPPED [ 61%]
> neo/test/iotest/test_exampleio.py::TestExampleIO::test_read_with_lazy_is_compliant
> SKIPPED [ 61%]
> neo/test/iotest/test_exampleio.py::TestExampleIO::test_write_then_read
> SKIPPED [ 61%]
> neo/test/iotest/test_exampleio.py::Specific_TestExampleIO::test_read_block
> PASSED [ 61%]
> neo/test/iotest/test_exampleio.py::Specific_TestExampleIO::test_read_segment_lazy
> PASSED [ 61%]
> neo/test/iotest/test_exampleio.py::Specific_TestExampleIO::test_read_segment_with_time_slice
> PASSED [ 61%]
> neo/test/iotest/test_igorio.py::TestIgorIO::test__handle_pathlib_filename
> SKIPPED [ 61%]
> neo/test/iotest/test_igorio.py::TestIgorIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 61%]
> neo/test/iotest/test_igorio.py::TestIgorIO::test_create_group_across_segment
> SKIPPED [ 61%]
> neo/test/iotest/test_igorio.py::TestIgorIO::test_list_candidate_ios SKIPPED [
> 61%]
> neo/test/iotest/test_igorio.py::TestIgorIO::test_read_then_write SKIPPED [
> 61%]
> neo/test/iotest/test_igorio.py::TestIgorIO::test_read_with_lazy_is_compliant
> SKIPPED [ 62%]
> neo/test/iotest/test_igorio.py::TestIgorIO::test_write_then_read SKIPPED [
> 62%]
> neo/test/iotest/test_intanio.py::TestIntanIO::test__handle_pathlib_filename
> SKIPPED [ 62%]
> neo/test/iotest/test_intanio.py::TestIntanIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 62%]
> neo/test/iotest/test_intanio.py::TestIntanIO::test_create_group_across_segment
> SKIPPED [ 62%]
> neo/test/iotest/test_intanio.py::TestIntanIO::test_list_candidate_ios SKIPPED
> [ 62%]
> neo/test/iotest/test_intanio.py::TestIntanIO::test_read_then_write SKIPPED [
> 62%]
> neo/test/iotest/test_intanio.py::TestIntanIO::test_read_with_lazy_is_compliant
> SKIPPED [ 62%]
> neo/test/iotest/test_intanio.py::TestIntanIO::test_write_then_read SKIPPED [
> 62%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test__handle_pathlib_filename
> SKIPPED [ 62%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_assert_read_neo_object_is_compliant
> SKIPPED [ 62%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_create_group_across_segment
> SKIPPED [ 62%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_default_cluster_id_0
> SKIPPED [ 62%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_list_candidate_ios
> SKIPPED [ 63%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_load_by_basename
> SKIPPED [ 63%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_load_by_basename_2
> SKIPPED [ 63%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_read_data SKIPPED
> [ 63%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_read_then_write
> SKIPPED [ 63%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_read_with_lazy_is_compliant
> SKIPPED [ 63%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_write_clu_and_fet
> SKIPPED [ 63%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_write_clu_and_fet_1
> SKIPPED [ 63%]
> neo/test/iotest/test_klustakwikio.py::KlustaKwikTests::test_write_then_read
> SKIPPED [ 63%]
> neo/test/iotest/test_kwikio.py::TestKwikIO::test__handle_pathlib_filename
> SKIPPED [ 63%]
> neo/test/iotest/test_kwikio.py::TestKwikIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 63%]
> neo/test/iotest/test_kwikio.py::TestKwikIO::test_create_group_across_segment
> SKIPPED [ 63%]
> neo/test/iotest/test_kwikio.py::TestKwikIO::test_list_candidate_ios SKIPPED [
> 63%]
> neo/test/iotest/test_kwikio.py::TestKwikIO::test_read_then_write SKIPPED [
> 63%]
> neo/test/iotest/test_kwikio.py::TestKwikIO::test_read_with_lazy_is_compliant
> SKIPPED [ 64%]
> neo/test/iotest/test_kwikio.py::TestKwikIO::test_write_then_read SKIPPED [
> 64%]
> neo/test/iotest/test_maxwellio.py::TestMaxwellIO::test__handle_pathlib_filename
> SKIPPED [ 64%]
> neo/test/iotest/test_maxwellio.py::TestMaxwellIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 64%]
> neo/test/iotest/test_maxwellio.py::TestMaxwellIO::test_create_group_across_segment
> SKIPPED [ 64%]
> neo/test/iotest/test_maxwellio.py::TestMaxwellIO::test_list_candidate_ios
> SKIPPED [ 64%]
> neo/test/iotest/test_maxwellio.py::TestMaxwellIO::test_read_then_write
> SKIPPED [ 64%]
> neo/test/iotest/test_maxwellio.py::TestMaxwellIO::test_read_with_lazy_is_compliant
> SKIPPED [ 64%]
> neo/test/iotest/test_maxwellio.py::TestMaxwellIO::test_write_then_read
> SKIPPED [ 64%]
> neo/test/iotest/test_mearecio.py::TestMEArecIO::test__handle_pathlib_filename
> SKIPPED [ 64%]
> neo/test/iotest/test_mearecio.py::TestMEArecIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 64%]
> neo/test/iotest/test_mearecio.py::TestMEArecIO::test_create_group_across_segment
> SKIPPED [ 64%]
> neo/test/iotest/test_mearecio.py::TestMEArecIO::test_list_candidate_ios
> SKIPPED [ 64%]
> neo/test/iotest/test_mearecio.py::TestMEArecIO::test_read_then_write SKIPPED
> [ 65%]
> neo/test/iotest/test_mearecio.py::TestMEArecIO::test_read_with_lazy_is_compliant
> SKIPPED [ 65%]
> neo/test/iotest/test_mearecio.py::TestMEArecIO::test_write_then_read SKIPPED
> [ 65%]
> neo/test/iotest/test_micromedio.py::TestMicromedIO::test__handle_pathlib_filename
> SKIPPED [ 65%]
> neo/test/iotest/test_micromedio.py::TestMicromedIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 65%]
> neo/test/iotest/test_micromedio.py::TestMicromedIO::test_create_group_across_segment
> SKIPPED [ 65%]
> neo/test/iotest/test_micromedio.py::TestMicromedIO::test_list_candidate_ios
> SKIPPED [ 65%]
> neo/test/iotest/test_micromedio.py::TestMicromedIO::test_read_then_write
> SKIPPED [ 65%]
> neo/test/iotest/test_micromedio.py::TestMicromedIO::test_read_with_lazy_is_compliant
> SKIPPED [ 65%]
> neo/test/iotest/test_micromedio.py::TestMicromedIO::test_write_then_read
> SKIPPED [ 65%]
> neo/test/iotest/test_neomatlabio.py::TestNeoMatlabIO::test__handle_pathlib_filename
> SKIPPED [ 65%]
> neo/test/iotest/test_neomatlabio.py::TestNeoMatlabIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 65%]
> neo/test/iotest/test_neomatlabio.py::TestNeoMatlabIO::test_create_group_across_segment
> SKIPPED [ 65%]
> neo/test/iotest/test_neomatlabio.py::TestNeoMatlabIO::test_list_candidate_ios
> SKIPPED [ 66%]
> neo/test/iotest/test_neomatlabio.py::TestNeoMatlabIO::test_read_then_write
> SKIPPED [ 66%]
> neo/test/iotest/test_neomatlabio.py::TestNeoMatlabIO::test_read_with_lazy_is_compliant
> SKIPPED [ 66%]
> neo/test/iotest/test_neomatlabio.py::TestNeoMatlabIO::test_write_read_single_spike
> SKIPPED [ 66%]
> neo/test/iotest/test_neomatlabio.py::TestNeoMatlabIO::test_write_then_read
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test__handle_pathlib_filename
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_assert_read_neo_object_is_compliant
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_create_group_across_segment
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_id_column_none_multiple_neurons
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_list_candidate_ios
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_multiple_value_columns
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_no_gid SKIPPED
> [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_no_gid_no_time
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_notimeid
> SKIPPED [ 66%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_read_analogsignal
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_read_block
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_read_segment
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_read_then_write
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_read_with_lazy_is_compliant
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_single_gid
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_t_start_t_stop
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_values SKIPPED
> [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_write_then_read
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Analogsignals::test_wrong_input
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test__handle_pathlib_filename
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_adding_custom_annotation
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_assert_read_neo_object_is_compliant
> SKIPPED [ 67%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_create_group_across_segment
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_gdf_id_illdefined_raises_error
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_list_candidate_ios
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_float
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_integer
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_segment
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_segment_accepts_range
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_segment_annotates
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_segment_can_return_empty_spiketrains
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_segment_range_is_reasonable
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_spiketrain
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_spiketrain_annotates
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_spiketrain_can_return_empty_spiketrain
> SKIPPED [ 68%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_then_write
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_read_with_lazy_is_compliant
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_t_start_t_stop
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_t_start_undefined_raises_error
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_t_stop_undefined_raises_error
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_values SKIPPED [
> 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_write_then_read
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_Spiketrains::test_wrong_input
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_multiple_signal_types::test__handle_pathlib_filename
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_multiple_signal_types::test_assert_read_neo_object_is_compliant
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_multiple_signal_types::test_create_group_across_segment
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_multiple_signal_types::test_list_candidate_ios
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_multiple_signal_types::test_read_analogsignal_and_spiketrain
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_multiple_signal_types::test_read_then_write
> SKIPPED [ 69%]
> neo/test/iotest/test_nestio.py::TestNestIO_multiple_signal_types::test_read_with_lazy_is_compliant
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestNestIO_multiple_signal_types::test_write_then_read
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test__handle_pathlib_filename
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_correct_condition_selection
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_create_group_across_segment
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_list_candidate_ios SKIPPED
> [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_multiple_column_ids
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_no_arguments SKIPPED [
> 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_no_condition SKIPPED [
> 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_no_condition_column
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_read_then_write SKIPPED [
> 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_read_with_lazy_is_compliant
> SKIPPED [ 70%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_single_column_id SKIPPED [
> 71%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_sorting SKIPPED (...) [
> 71%]
> neo/test/iotest/test_nestio.py::TestColumnIO::test_write_then_read SKIPPED [
> 71%]
> neo/test/iotest/test_neuralynxio.py::TestNeuralynxRawIO::test_exclude_filenames
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::TestNeuralynxRawIO::test_read_all
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::TestNeuralynxRawIO::test_scan_ncs_files
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::TestNeuralynxRawIO::test_single_file_mode
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::CommonNeuralynxIOTest::test__handle_pathlib_filename
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::CommonNeuralynxIOTest::test_assert_read_neo_object_is_compliant
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::CommonNeuralynxIOTest::test_create_group_across_segment
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::CommonNeuralynxIOTest::test_list_candidate_ios
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::CommonNeuralynxIOTest::test_read_then_write
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::CommonNeuralynxIOTest::test_read_with_lazy_is_compliant
> SKIPPED [ 71%]
> neo/test/iotest/test_neuralynxio.py::CommonNeuralynxIOTest::test_write_then_read
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_Neuraview::test__handle_pathlib_filename
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_Neuraview::test_assert_read_neo_object_is_compliant
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_Neuraview::test_create_group_across_segment
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_Neuraview::test_list_candidate_ios
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_Neuraview::test_read_block
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_Neuraview::test_read_then_write
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_Neuraview::test_read_with_lazy_is_compliant
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_Neuraview::test_write_then_read
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test__handle_pathlib_filename
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test_assert_read_neo_object_is_compliant
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test_create_group_across_segment
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test_list_candidate_ios
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test_read_block
> SKIPPED [ 72%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test_read_segment
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test_read_then_write
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test_read_with_lazy_is_compliant
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v551::test_write_then_read
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test__handle_pathlib_filename
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test_assert_read_neo_object_is_compliant
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test_create_group_across_segment
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test_list_candidate_ios
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test_read_block
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test_read_segment
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test_read_then_write
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test_read_with_lazy_is_compliant
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v563::test_write_then_read
> SKIPPED [ 73%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test__handle_pathlib_filename
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_assert_read_neo_object_is_compliant
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_create_group_across_segment
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_exclude_filename
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_list_candidate_ios
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_read_block
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_read_single_file
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_read_then_write
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_read_with_lazy_is_compliant
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestCheetah_v574::test_write_then_read
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestPegasus_v211::test__handle_pathlib_filename
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestPegasus_v211::test_assert_read_neo_object_is_compliant
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestPegasus_v211::test_create_group_across_segment
> SKIPPED [ 74%]
> neo/test/iotest/test_neuralynxio.py::TestPegasus_v211::test_list_candidate_ios
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestPegasus_v211::test_read_block
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestPegasus_v211::test_read_then_write
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestPegasus_v211::test_read_with_lazy_is_compliant
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestPegasus_v211::test_write_then_read
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test__handle_pathlib_filename
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test_assert_read_neo_object_is_compliant
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test_create_group_across_segment
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test_keep_original_spike_times
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test_list_candidate_ios
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test_ncs SKIPPED (Req...) [
> 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test_read_then_write SKIPPED [
> 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test_read_with_lazy_is_compliant
> SKIPPED [ 75%]
> neo/test/iotest/test_neuralynxio.py::TestData::test_write_then_read SKIPPED [
> 75%]
> neo/test/iotest/test_neuralynxio.py::TestIncompleteBlocks::test__handle_pathlib_filename
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestIncompleteBlocks::test_assert_read_neo_object_is_compliant
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestIncompleteBlocks::test_create_group_across_segment
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestIncompleteBlocks::test_incomplete_block_handling_v632
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestIncompleteBlocks::test_list_candidate_ios
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestIncompleteBlocks::test_read_then_write
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestIncompleteBlocks::test_read_with_lazy_is_compliant
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestIncompleteBlocks::test_write_then_read
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test__handle_pathlib_filename
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test_assert_read_neo_object_is_compliant
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test_create_group_across_segment
> SKIPPED [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test_gap_handling_v551 SKIPPED
> [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test_gap_handling_v563 SKIPPED
> [ 76%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test_list_candidate_ios
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test_read_then_write SKIPPED [
> 77%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test_read_with_lazy_is_compliant
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestGaps::test_write_then_read SKIPPED [
> 77%]
> neo/test/iotest/test_neuralynxio.py::TestMultiSamplingRates::test__handle_pathlib_filename
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestMultiSamplingRates::test_assert_read_neo_object_is_compliant
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestMultiSamplingRates::test_create_group_across_segment
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestMultiSamplingRates::test_list_candidate_ios
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestMultiSamplingRates::test_multi_sampling_rates
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestMultiSamplingRates::test_read_then_write
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestMultiSamplingRates::test_read_with_lazy_is_compliant
> SKIPPED [ 77%]
> neo/test/iotest/test_neuralynxio.py::TestMultiSamplingRates::test_write_then_read
> SKIPPED [ 77%]
> neo/test/iotest/test_neuroexplorerio.py::TestNeuroExplorerIO::test__handle_pathlib_filename
> SKIPPED [ 77%]
> neo/test/iotest/test_neuroexplorerio.py::TestNeuroExplorerIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 77%]
> neo/test/iotest/test_neuroexplorerio.py::TestNeuroExplorerIO::test_create_group_across_segment
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroexplorerio.py::TestNeuroExplorerIO::test_list_candidate_ios
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroexplorerio.py::TestNeuroExplorerIO::test_read_then_write
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroexplorerio.py::TestNeuroExplorerIO::test_read_with_lazy_is_compliant
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroexplorerio.py::TestNeuroExplorerIO::test_signal_group_mode
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroexplorerio.py::TestNeuroExplorerIO::test_write_then_read
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroscopeio.py::TestNeuroScopeIO::test__handle_pathlib_filename
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroscopeio.py::TestNeuroScopeIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroscopeio.py::TestNeuroScopeIO::test_create_group_across_segment
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroscopeio.py::TestNeuroScopeIO::test_list_candidate_ios
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroscopeio.py::TestNeuroScopeIO::test_read_then_write
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroscopeio.py::TestNeuroScopeIO::test_read_with_lazy_is_compliant
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroscopeio.py::TestNeuroScopeIO::test_write_then_read
> SKIPPED [ 78%]
> neo/test/iotest/test_neuroshareio.py::TestNeuroshareIO::test__handle_pathlib_filename
> SKIPPED [ 79%]
> neo/test/iotest/test_neuroshareio.py::TestNeuroshareIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 79%]
> neo/test/iotest/test_neuroshareio.py::TestNeuroshareIO::test_create_group_across_segment
> SKIPPED [ 79%]
> neo/test/iotest/test_neuroshareio.py::TestNeuroshareIO::test_list_candidate_ios
> SKIPPED [ 79%]
> neo/test/iotest/test_neuroshareio.py::TestNeuroshareIO::test_read_then_write
> SKIPPED [ 79%]
> neo/test/iotest/test_neuroshareio.py::TestNeuroshareIO::test_read_with_lazy_is_compliant
> SKIPPED [ 79%]
> neo/test/iotest/test_neuroshareio.py::TestNeuroshareIO::test_with_multichannel
> SKIPPED [ 79%]
> neo/test/iotest/test_neuroshareio.py::TestNeuroshareIO::test_write_then_read
> SKIPPED [ 79%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_annotation_types SKIPPED
> [ 79%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_annotations_special_cases
> SKIPPED [ 79%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_anonymous_objects_write
> SKIPPED [ 79%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_block_write SKIPPED [
> 79%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_empty_array_annotations
> SKIPPED [ 79%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_epoch_write SKIPPED [
> 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_event_write SKIPPED [
> 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_group_write SKIPPED [
> 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_group_write_nested
> SKIPPED [ 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_imagesequence_compound_units
> SKIPPED [ 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_imagesequence_write
> SKIPPED [ 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_metadata_structure_write
> SKIPPED [ 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_multiref_write SKIPPED [
> 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_name_conflicts SKIPPED [
> 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_name_objects_write
> SKIPPED [ 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_rewrite_refs SKIPPED [
> 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_segment_write SKIPPED [
> 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_signals_compound_units
> SKIPPED [ 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_signals_write SKIPPED [
> 80%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_spiketrain_write SKIPPED
> [ 81%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_to_value SKIPPED [
> 81%]
> neo/test/iotest/test_nixio.py::NixIOWriteTest::test_write_proxyobjects
> SKIPPED [ 81%]
> neo/test/iotest/test_nixio.py::NixIOReadTest::test_all_read SKIPPED [
> 81%]
> neo/test/iotest/test_nixio.py::NixIOReadTest::test_array_annotations_read
> SKIPPED [ 81%]
> neo/test/iotest/test_nixio.py::NixIOReadTest::test_auto_index_read SKIPPED [
> 81%]
> neo/test/iotest/test_nixio.py::NixIOReadTest::test_index_read SKIPPED [
> 81%]
> neo/test/iotest/test_nixio.py::NixIOReadTest::test_iter_read SKIPPED [
> 81%]
> neo/test/iotest/test_nixio.py::NixIOReadTest::test_neo_name_read SKIPPED [
> 81%]
> neo/test/iotest/test_nixio.py::NixIOReadTest::test_nix_name_read SKIPPED [
> 81%]
> neo/test/iotest/test_nixio.py::NixIOReadTest::test_read_blocks_are_writable
> SKIPPED [ 81%]
> neo/test/iotest/test_nixio.py::NixIOContextTests::test_context_read SKIPPED [
> 81%]
> neo/test/iotest/test_nixio.py::NixIOContextTests::test_context_write SKIPPED
> [ 81%]
> neo/test/iotest/test_nixio.py::NixIOVerTests::test_file_with_ver SKIPPED [
> 82%]
> neo/test/iotest/test_nixio.py::NixIOVerTests::test_new_file SKIPPED [
> 82%]
> neo/test/iotest/test_nixio.py::NixIOVerTests::test_oldfile_nover SKIPPED [
> 82%]
> neo/test/iotest/test_nixio.py::CommonTests::test__handle_pathlib_filename
> SKIPPED [ 82%]
> neo/test/iotest/test_nixio.py::CommonTests::test_assert_read_neo_object_is_compliant
> SKIPPED [ 82%]
> neo/test/iotest/test_nixio.py::CommonTests::test_create_group_across_segment
> SKIPPED [ 82%]
> neo/test/iotest/test_nixio.py::CommonTests::test_list_candidate_ios SKIPPED [
> 82%]
> neo/test/iotest/test_nixio.py::CommonTests::test_read_then_write SKIPPED [
> 82%]
> neo/test/iotest/test_nixio.py::CommonTests::test_read_with_lazy_is_compliant
> SKIPPED [ 82%]
> neo/test/iotest/test_nixio.py::CommonTests::test_write_then_read SKIPPED [
> 82%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test__handle_pathlib_filename
> SKIPPED [ 82%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_analog_signal SKIPPED [
> 82%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_annotations SKIPPED [
> 82%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_assert_read_neo_object_is_compliant
> SKIPPED [ 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_check_same_data_content
> SKIPPED [ 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_check_same_neo_structure
> SKIPPED [ 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_create_group_across_segment
> SKIPPED [ 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_epoch SKIPPED (Req...) [
> 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_event SKIPPED (Req...) [
> 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_list_candidate_ios SKIPPED
> [ 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_read_then_write SKIPPED [
> 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_read_with_lazy_is_compliant
> SKIPPED [ 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_spike_train SKIPPED [
> 83%]
> neo/test/iotest/test_nixio_fr.py::TestNixfr::test_write_then_read SKIPPED [
> 83%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test__handle_pathlib_filename
> SKIPPED [ 83%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 83%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_create_group_across_segment
> SKIPPED [ 83%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_list_candidate_ios SKIPPED [
> 84%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_read_then_write SKIPPED [
> 84%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_read_with_lazy_is_compliant
> SKIPPED [ 84%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_roundtrip SKIPPED (re...) [
> 84%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_roundtrip_with_annotations
> SKIPPED [ 84%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_write_proxy_objects SKIPPED [
> 84%]
> neo/test/iotest/test_nwbio.py::TestNWBIO::test_write_then_read SKIPPED [
> 84%]
> neo/test/iotest/test_openephysbinaryio.py::TestOpenEphysBinaryRawIO::test_read_all
> SKIPPED [ 84%]
> neo/test/iotest/test_openephysbinaryio.py::TestOpenEphysBinaryIO::test__handle_pathlib_filename
> SKIPPED [ 84%]
> neo/test/iotest/test_openephysbinaryio.py::TestOpenEphysBinaryIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 84%]
> neo/test/iotest/test_openephysbinaryio.py::TestOpenEphysBinaryIO::test_create_group_across_segment
> SKIPPED [ 84%]
> neo/test/iotest/test_openephysbinaryio.py::TestOpenEphysBinaryIO::test_list_candidate_ios
> SKIPPED [ 84%]
> neo/test/iotest/test_openephysbinaryio.py::TestOpenEphysBinaryIO::test_read_then_write
> SKIPPED [ 84%]
> neo/test/iotest/test_openephysbinaryio.py::TestOpenEphysBinaryIO::test_read_with_lazy_is_compliant
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysbinaryio.py::TestOpenEphysBinaryIO::test_write_then_read
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysRawIO::test_channel_order
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysRawIO::test_raise_error_if_discontinuous_files
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysRawIO::test_raise_error_if_strange_timestamps
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysRawIO::test_read_all
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysIO::test__handle_pathlib_filename
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysIO::test_create_group_across_segment
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysIO::test_list_candidate_ios
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysIO::test_read_then_write
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysIO::test_read_with_lazy_is_compliant
> SKIPPED [ 85%]
> neo/test/iotest/test_openephysio.py::TestOpenEphysIO::test_write_then_read
> SKIPPED [ 85%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test__handle_pathlib_filename
> SKIPPED [ 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_create_group_across_segment
> SKIPPED [ 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_list_candidate_ios SKIPPED [
> 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_read_block SKIPPED (R...) [
> 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_read_segment_lazy SKIPPED [
> 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_read_segment_with_time_slice
> SKIPPED [ 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_read_then_write SKIPPED [
> 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_read_with_lazy_is_compliant
> SKIPPED [ 86%]
> neo/test/iotest/test_phyio.py::TestPhyIO::test_write_then_read SKIPPED [
> 86%]
> neo/test/iotest/test_pickleio.py::CommonTestPickleIO::test__handle_pathlib_filename
> SKIPPED [ 86%]
> neo/test/iotest/test_pickleio.py::CommonTestPickleIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 86%]
> neo/test/iotest/test_pickleio.py::CommonTestPickleIO::test_create_group_across_segment
> SKIPPED [ 86%]
> neo/test/iotest/test_pickleio.py::CommonTestPickleIO::test_list_candidate_ios
> SKIPPED [ 86%]
> neo/test/iotest/test_pickleio.py::CommonTestPickleIO::test_read_then_write
> SKIPPED [ 87%]
> neo/test/iotest/test_pickleio.py::CommonTestPickleIO::test_read_with_lazy_is_compliant
> SKIPPED [ 87%]
> neo/test/iotest/test_pickleio.py::CommonTestPickleIO::test_write_then_read
> SKIPPED [ 87%]
> neo/test/iotest/test_pickleio.py::TestPickleIO::test__issue_285 PASSED [
> 87%]
> neo/test/iotest/test_plexonio.py::TestPlexonIO::test__handle_pathlib_filename
> SKIPPED [ 87%]
> neo/test/iotest/test_plexonio.py::TestPlexonIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 87%]
> neo/test/iotest/test_plexonio.py::TestPlexonIO::test_create_group_across_segment
> SKIPPED [ 87%]
> neo/test/iotest/test_plexonio.py::TestPlexonIO::test_list_candidate_ios
> SKIPPED [ 87%]
> neo/test/iotest/test_plexonio.py::TestPlexonIO::test_read_then_write SKIPPED
> [ 87%]
> neo/test/iotest/test_plexonio.py::TestPlexonIO::test_read_with_lazy_is_compliant
> SKIPPED [ 87%]
> neo/test/iotest/test_plexonio.py::TestPlexonIO::test_write_then_read SKIPPED
> [ 87%]
> neo/test/iotest/test_proxyobjects.py::TestAnalogSignalProxy::test_AnalogSignalProxy
> PASSED [ 87%]
> neo/test/iotest/test_proxyobjects.py::TestAnalogSignalProxy::test_global_local_channel_indexes
> PASSED [ 87%]
> neo/test/iotest/test_proxyobjects.py::TestSpikeTrainProxy::test_SpikeTrainProxy
> PASSED [ 88%]
> neo/test/iotest/test_proxyobjects.py::TestEventProxy::test_EventProxy PASSED
> [ 88%]
> neo/test/iotest/test_proxyobjects.py::TestEpochProxy::test_EpochProxy PASSED
> [ 88%]
> neo/test/iotest/test_proxyobjects.py::TestSegmentWithProxy::test_segment_with_proxy
> PASSED [ 88%]
> neo/test/iotest/test_rawbinarysignalio.py::TestRawBinarySignalIO::test__handle_pathlib_filename
> SKIPPED [ 88%]
> neo/test/iotest/test_rawbinarysignalio.py::TestRawBinarySignalIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 88%]
> neo/test/iotest/test_rawbinarysignalio.py::TestRawBinarySignalIO::test_create_group_across_segment
> SKIPPED [ 88%]
> neo/test/iotest/test_rawbinarysignalio.py::TestRawBinarySignalIO::test_list_candidate_ios
> SKIPPED [ 88%]
> neo/test/iotest/test_rawbinarysignalio.py::TestRawBinarySignalIO::test_read_then_write
> SKIPPED [ 88%]
> neo/test/iotest/test_rawbinarysignalio.py::TestRawBinarySignalIO::test_read_with_lazy_is_compliant
> SKIPPED [ 88%]
> neo/test/iotest/test_rawbinarysignalio.py::TestRawBinarySignalIO::test_write_then_read
> SKIPPED [ 88%]
> neo/test/iotest/test_rawmcsio.py::TestRawMcsIO::test__handle_pathlib_filename
> SKIPPED [ 88%]
> neo/test/iotest/test_rawmcsio.py::TestRawMcsIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 88%]
> neo/test/iotest/test_rawmcsio.py::TestRawMcsIO::test_create_group_across_segment
> SKIPPED [ 88%]
> neo/test/iotest/test_rawmcsio.py::TestRawMcsIO::test_list_candidate_ios
> SKIPPED [ 89%]
> neo/test/iotest/test_rawmcsio.py::TestRawMcsIO::test_read_then_write SKIPPED
> [ 89%]
> neo/test/iotest/test_rawmcsio.py::TestRawMcsIO::test_read_with_lazy_is_compliant
> SKIPPED [ 89%]
> neo/test/iotest/test_rawmcsio.py::TestRawMcsIO::test_write_then_read SKIPPED
> [ 89%]
> neo/test/iotest/test_spike2io.py::TestSpike2IO::test__handle_pathlib_filename
> SKIPPED [ 89%]
> neo/test/iotest/test_spike2io.py::TestSpike2IO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 89%]
> neo/test/iotest/test_spike2io.py::TestSpike2IO::test_create_group_across_segment
> SKIPPED [ 89%]
> neo/test/iotest/test_spike2io.py::TestSpike2IO::test_list_candidate_ios
> SKIPPED [ 89%]
> neo/test/iotest/test_spike2io.py::TestSpike2IO::test_multi_sampling_no_grouping
> SKIPPED [ 89%]
> neo/test/iotest/test_spike2io.py::TestSpike2IO::test_read_then_write SKIPPED
> [ 89%]
> neo/test/iotest/test_spike2io.py::TestSpike2IO::test_read_with_lazy_is_compliant
> SKIPPED [ 89%]
> neo/test/iotest/test_spike2io.py::TestSpike2IO::test_write_then_read SKIPPED
> [ 89%]
> neo/test/iotest/test_spikegadgetsio.py::TestSpikeGadgetsIO::test__handle_pathlib_filename
> SKIPPED [ 89%]
> neo/test/iotest/test_spikegadgetsio.py::TestSpikeGadgetsIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 90%]
> neo/test/iotest/test_spikegadgetsio.py::TestSpikeGadgetsIO::test_create_group_across_segment
> SKIPPED [ 90%]
> neo/test/iotest/test_spikegadgetsio.py::TestSpikeGadgetsIO::test_list_candidate_ios
> SKIPPED [ 90%]
> neo/test/iotest/test_spikegadgetsio.py::TestSpikeGadgetsIO::test_read_then_write
> SKIPPED [ 90%]
> neo/test/iotest/test_spikegadgetsio.py::TestSpikeGadgetsIO::test_read_with_lazy_is_compliant
> SKIPPED [ 90%]
> neo/test/iotest/test_spikegadgetsio.py::TestSpikeGadgetsIO::test_write_then_read
> SKIPPED [ 90%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXRawIO::test_read_all SKIPPED
> [ 90%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXRawIO::test_with_location
> SKIPPED [ 90%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXIO::test__handle_pathlib_filename
> SKIPPED [ 90%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 90%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXIO::test_create_group_across_segment
> SKIPPED [ 90%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXIO::test_list_candidate_ios
> SKIPPED [ 90%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXIO::test_read_then_write
> SKIPPED [ 90%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXIO::test_read_with_lazy_is_compliant
> SKIPPED [ 91%]
> neo/test/iotest/test_spikeglxio.py::TestSpikeGLXIO::test_write_then_read
> SKIPPED [ 91%]
> neo/test/iotest/test_stimfitio.py::TestStimfitIO::test__handle_pathlib_filename
> SKIPPED [ 91%]
> neo/test/iotest/test_stimfitio.py::TestStimfitIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 91%]
> neo/test/iotest/test_stimfitio.py::TestStimfitIO::test_create_group_across_segment
> SKIPPED [ 91%]
> neo/test/iotest/test_stimfitio.py::TestStimfitIO::test_list_candidate_ios
> SKIPPED [ 91%]
> neo/test/iotest/test_stimfitio.py::TestStimfitIO::test_read_then_write
> SKIPPED [ 91%]
> neo/test/iotest/test_stimfitio.py::TestStimfitIO::test_read_with_lazy_is_compliant
> SKIPPED [ 91%]
> neo/test/iotest/test_stimfitio.py::TestStimfitIO::test_write_then_read
> SKIPPED [ 91%]
> neo/test/iotest/test_tdtio.py::TestTdtIO::test__handle_pathlib_filename
> SKIPPED [ 91%]
> neo/test/iotest/test_tdtio.py::TestTdtIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 91%]
> neo/test/iotest/test_tdtio.py::TestTdtIO::test_create_group_across_segment
> SKIPPED [ 91%]
> neo/test/iotest/test_tdtio.py::TestTdtIO::test_list_candidate_ios SKIPPED [
> 91%]
> neo/test/iotest/test_tdtio.py::TestTdtIO::test_read_then_write SKIPPED [
> 91%]
> neo/test/iotest/test_tdtio.py::TestTdtIO::test_read_with_lazy_is_compliant
> SKIPPED [ 92%]
> neo/test/iotest/test_tdtio.py::TestTdtIO::test_signal_group_mode SKIPPED [
> 92%]
> neo/test/iotest/test_tdtio.py::TestTdtIO::test_write_then_read SKIPPED [
> 92%]
> neo/test/iotest/test_tiffio.py::TestTiffIO::test_read_group_of_tiff_grayscale
> PASSED [ 92%]
> neo/test/iotest/test_winedrio.py::TestWinedrIO::test__handle_pathlib_filename
> SKIPPED [ 92%]
> neo/test/iotest/test_winedrio.py::TestWinedrIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 92%]
> neo/test/iotest/test_winedrio.py::TestWinedrIO::test_create_group_across_segment
> SKIPPED [ 92%]
> neo/test/iotest/test_winedrio.py::TestWinedrIO::test_list_candidate_ios
> SKIPPED [ 92%]
> neo/test/iotest/test_winedrio.py::TestWinedrIO::test_read_then_write SKIPPED
> [ 92%]
> neo/test/iotest/test_winedrio.py::TestWinedrIO::test_read_with_lazy_is_compliant
> SKIPPED [ 92%]
> neo/test/iotest/test_winedrio.py::TestWinedrIO::test_write_then_read SKIPPED
> [ 92%]
> neo/test/iotest/test_winwcpio.py::TestRawBinarySignalIO::test__handle_pathlib_filename
> SKIPPED [ 92%]
> neo/test/iotest/test_winwcpio.py::TestRawBinarySignalIO::test_assert_read_neo_object_is_compliant
> SKIPPED [ 92%]
> neo/test/iotest/test_winwcpio.py::TestRawBinarySignalIO::test_create_group_across_segment
> SKIPPED [ 93%]
> neo/test/iotest/test_winwcpio.py::TestRawBinarySignalIO::test_list_candidate_ios
> SKIPPED [ 93%]
> neo/test/iotest/test_winwcpio.py::TestRawBinarySignalIO::test_read_then_write
> SKIPPED [ 93%]
> neo/test/iotest/test_winwcpio.py::TestRawBinarySignalIO::test_read_with_lazy_is_compliant
> SKIPPED [ 93%]
> neo/test/iotest/test_winwcpio.py::TestRawBinarySignalIO::test_write_then_read
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_correct_number_of_blocks_and_segments
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_empty_folder
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_explore_folder_all_mpx
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_explore_lsx
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_explore_no_folder
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_read_all
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_read_file_datablocks
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_read_file_datablocks_no_prune
> SKIPPED [ 93%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_read_file_datablocks_prune
> SKIPPED [ 94%]
> neo/test/rawiotest/test_alphaomegarawio.py::TestAlphaOmegaRawIO::test_read_unknown_datablocks
> SKIPPED [ 94%]
> neo/test/rawiotest/test_axographrawio.py::TestAxographRawIO::test_read_all
> SKIPPED [ 94%]
> neo/test/rawiotest/test_axonarawio.py::TestAxonaRawIO::test_read_all SKIPPED
> [ 94%]
> neo/test/rawiotest/test_axonrawio.py::TestAxonRawIO::test_read_all SKIPPED [
> 94%]
> neo/test/rawiotest/test_axonrawio.py::TestAxonRawIO::test_read_raw_protocol
> SKIPPED [ 94%]
> neo/test/rawiotest/test_bci2000rawio.py::TestBCI2000RawIO::test_read_all
> SKIPPED [ 94%]
> neo/test/rawiotest/test_biocam.py::TestBiocamRawIO::test_read_all SKIPPED [
> 94%]
> neo/test/rawiotest/test_blackrockrawio.py::TestBlackrockRawIO::test_compare_blackrockio_with_matlabloader
> SKIPPED [ 94%]
> neo/test/rawiotest/test_blackrockrawio.py::TestBlackrockRawIO::test_compare_blackrockio_with_matlabloader_v21
> SKIPPED [ 94%]
> neo/test/rawiotest/test_blackrockrawio.py::TestBlackrockRawIO::test_read_all
> SKIPPED [ 94%]
> neo/test/rawiotest/test_brainvisionrawio.py::TestBrainVisionRawIO::test_read_all
> SKIPPED [ 94%]
> neo/test/rawiotest/test_cedrawio.py::TestCedRawIO::test_read_all SKIPPED [
> 94%]
> neo/test/rawiotest/test_edfrawio.py::TestExampleRawIO::test_close SKIPPED [
> 94%]
> neo/test/rawiotest/test_edfrawio.py::TestExampleRawIO::test_context_handler
> SKIPPED [ 95%]
> neo/test/rawiotest/test_edfrawio.py::TestExampleRawIO::test_read_all SKIPPED
> [ 95%]
> neo/test/rawiotest/test_elanrawio.py::TestElanRawIO::test_read_all SKIPPED [
> 95%]
> neo/test/rawiotest/test_examplerawio.py::TestExampleRawIO::test_read_all
> SKIPPED [ 95%]
> neo/test/rawiotest/test_intanrawio.py::TestIntanRawIO::test_read_all SKIPPED
> [ 95%]
> neo/test/rawiotest/test_maxwellrawio.py::TestMaxwellRawIO::test_read_all
> SKIPPED [ 95%]
> neo/test/rawiotest/test_mearecrawio.py::TestMEArecRawIO::test_read_all
> SKIPPED [ 95%]
> neo/test/rawiotest/test_micromedrawio.py::TestMicromedRawIO::test_read_all
> SKIPPED [ 95%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNeuralynxRawIO::test_exclude_filenames
> SKIPPED [ 95%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNeuralynxRawIO::test_read_all
> SKIPPED [ 95%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNeuralynxRawIO::test_scan_ncs_files
> SKIPPED [ 95%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNeuralynxRawIO::test_single_file_mode
> SKIPPED [ 95%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsRecordingType::test_exclude_filenames
> SKIPPED [ 95%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsRecordingType::test_read_all
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsRecordingType::test_recording_types
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsRecordingType::test_scan_ncs_files
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsRecordingType::test_single_file_mode
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_block_start_and_end_times
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_block_verify
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_build_given_actual_frequency
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_build_using_header_and_scanning
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_exclude_filenames
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_ncsblocks_partial
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_read_all
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_scan_ncs_files
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSectionsFactory::test_single_file_mode
> SKIPPED [ 96%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSections::test_equality
> SKIPPED [ 97%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSections::test_exclude_filenames
> SKIPPED [ 97%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSections::test_read_all
> SKIPPED [ 97%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSections::test_scan_ncs_files
> SKIPPED [ 97%]
> neo/test/rawiotest/test_neuralynxrawio.py::TestNcsSections::test_single_file_mode
> SKIPPED [ 97%]
> neo/test/rawiotest/test_neuroexplorerrawio.py::TestNeuroExplorerRawIO::test_read_all
> SKIPPED [ 97%]
> neo/test/rawiotest/test_neuroscoperawio.py::TestNeuroScopeRawIO::test_binary_argument_with_non_canonical_xml_file
> SKIPPED [ 97%]
> neo/test/rawiotest/test_neuroscoperawio.py::TestNeuroScopeRawIO::test_read_all
> SKIPPED [ 97%]
> neo/test/rawiotest/test_nixrawio.py::TestNixRawIO::test_read_all SKIPPED [
> 97%]
> neo/test/rawiotest/test_openephysbinaryrawio.py::TestOpenEphysBinaryRawIO::test_read_all
> SKIPPED [ 97%]
> neo/test/rawiotest/test_openephysrawio.py::TestOpenEphysRawIO::test_channel_order
> SKIPPED [ 97%]
> neo/test/rawiotest/test_openephysrawio.py::TestOpenEphysRawIO::test_raise_error_if_discontinuous_files
> SKIPPED [ 97%]
> neo/test/rawiotest/test_openephysrawio.py::TestOpenEphysRawIO::test_raise_error_if_strange_timestamps
> SKIPPED [ 97%]
> neo/test/rawiotest/test_openephysrawio.py::TestOpenEphysRawIO::test_read_all
> SKIPPED [ 97%]
> neo/test/rawiotest/test_phyrawio.py::TestPhyRawIO::test_csv_tsv_parser_error_raising
> SKIPPED [ 98%]
> neo/test/rawiotest/test_phyrawio.py::TestPhyRawIO::test_csv_tsv_parser_with_csv
> SKIPPED [ 98%]
> neo/test/rawiotest/test_phyrawio.py::TestPhyRawIO::test_csv_tsv_parser_with_tsv
> SKIPPED [ 98%]
> neo/test/rawiotest/test_phyrawio.py::TestPhyRawIO::test_read_all SKIPPED [
> 98%]
> neo/test/rawiotest/test_plexonrawio.py::TestPlexonRawIO::test_read_all
> SKIPPED [ 98%]
> neo/test/rawiotest/test_rawbinarysignalrawio.py::TestRawBinarySignalRawIO::test_read_all
> SKIPPED [ 98%]
> neo/test/rawiotest/test_rawmcsrawio.py::TestRawMCSRawIO::test_read_all
> SKIPPED [ 98%]
> neo/test/rawiotest/test_spike2rawio.py::TestSpike2RawIO::test_read_all
> SKIPPED [ 98%]
> neo/test/rawiotest/test_spikegadgetsrawio.py::TestSpikeGadgetsRawIO::test_read_all
> SKIPPED [ 98%]
> neo/test/rawiotest/test_spikeglxrawio.py::TestSpikeGLXRawIO::test_read_all
> SKIPPED [ 98%]
> neo/test/rawiotest/test_spikeglxrawio.py::TestSpikeGLXRawIO::test_with_location
> SKIPPED [ 98%]
> neo/test/rawiotest/test_tdtrawio.py::TestTdtRawIO::test_compare_load_multi_single_block
> SKIPPED [ 98%]
> neo/test/rawiotest/test_tdtrawio.py::TestTdtRawIO::test_invalid_dirname
> SKIPPED [ 98%]
> neo/test/rawiotest/test_tdtrawio.py::TestTdtRawIO::test_read_all SKIPPED [
> 99%]
> neo/test/rawiotest/test_winedrrawio.py::TestWinEdrRawIO::test_read_all
> SKIPPED [ 99%]
> neo/test/rawiotest/test_winwcprawio.py::TestWinWcpRawIO::test_read_all
> SKIPPED [ 99%]
> neo/test/utils/test_datasets.py::TestDownloadDataset::test_download_dataset
> SKIPPED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithoutProxyObjects::test__add_epoch
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithoutProxyObjects::test__cut_block_by_epochs
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithoutProxyObjects::test__get_epochs
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithoutProxyObjects::test__get_events
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithoutProxyObjects::test__match_events
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithProxyObjects::test__add_epoch
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithProxyObjects::test__cut_block_by_epochs
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithProxyObjects::test__get_epochs
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithProxyObjects::test__get_events
> PASSED [ 99%]
> neo/test/utils/test_misc.py::TestUtilsWithProxyObjects::test__match_events
> PASSED [100%]
>
> =================================== FAILURES
> ===================================
> _________________________ TestMerge.test_correct_times
> _________________________
>
> self = <neo.test.coretest.test_spiketrain.TestMerge
> testMethod=test_correct_times>
>
> def test_correct_times(self):
> # Array annotations merge warning was already tested, can be ignored
> now
> with warnings.catch_warnings(record=True) as w:
> result = self.train1.merge(self.train2)
> self.assertEqual(len(w), 1)
> self.assertTrue("array annotations" in str(w[0].message))
> expected = sorted(np.concatenate((self.train1.times,
> self.train2.times)))
> np.testing.assert_array_equal(result, expected)
>
> # Make sure array annotations are merged correctly
> self.assertTrue('label' not in result.array_annotations)
> self.assertTrue('label2' not in result.array_annotations)
> > assert_arrays_equal(result.array_annotations['index'],
> np.array([1, 101, 2, 102, 3, 103, 4, 104, 5, 105,
> 6, 106]))
>
> neo/test/coretest/test_spiketrain.py:1316:
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
>
> a = array([ 1, 101, 102, 2, 3, 103, 104, 4, 105, 5, 6, 106])
> b = array([ 1, 101, 2, 102, 3, 103, 4, 104, 5, 105, 6, 106])
> dtype = False
>
> def assert_arrays_equal(a, b, dtype=False):
> '''
> Check if two arrays have the same shape and contents.
>
> If dtype is True (default=False), then also theck that they have the
> same
> dtype.
> '''
> assert isinstance(a, np.ndarray), "a is a %s" % type(a)
> assert isinstance(b, np.ndarray), "b is a %s" % type(b)
> assert a.shape == b.shape, "{} != {}".format(a, b)
> # assert a.dtype == b.dtype, "%s and %s not same dtype %s %s" % (a, b,
> #
> a.dtype,
> #
> b.dtype)
> try:
> > assert (a.flatten() == b.flatten()).all(), "{} != {}".format(a, b)
> E AssertionError: [ 1 101 102 2 3 103 104 4 105 5 6 106]
> != [ 1 101 2 102 3 103 4 104 5 105 6 106]
>
> neo/test/tools.py:34: AssertionError
> _________________________ TestMerge.test_merge_typical
> _________________________
>
> self = <neo.test.coretest.test_spiketrain.TestMerge
> testMethod=test_merge_typical>
>
> def test_merge_typical(self):
> self.train1.waveforms = None
> self.train2.waveforms = None
>
> with warnings.catch_warnings(record=True) as w:
> result = self.train1.merge(self.train2)
>
> self.assertTrue(len(w) == 1)
> self.assertEqual(w[0].category, UserWarning)
> self.assertSequenceEqual(str(w[0].message), "The following array
> annotations were "
> "omitted, because
> they were only present"
> " in one of the
> merged objects: "
> "['label'] from the
> one that was merged "
> "into and ['label2']
> from the ones that "
> "were merged into
> it.")
>
> assert_neo_object_is_compliant(result)
>
> # Make sure array annotations are merged correctly
> self.assertTrue('label' not in result.array_annotations)
> self.assertTrue('label2' not in result.array_annotations)
> > assert_arrays_equal(result.array_annotations['index'],
> np.array([1, 101, 2, 102, 3, 103, 4, 104, 5, 105,
> 6, 106]))
>
> neo/test/coretest/test_spiketrain.py:1208:
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
>
> a = array([ 1, 101, 102, 2, 3, 103, 104, 4, 105, 5, 6, 106])
> b = array([ 1, 101, 2, 102, 3, 103, 4, 104, 5, 105, 6, 106])
> dtype = False
>
> def assert_arrays_equal(a, b, dtype=False):
> '''
> Check if two arrays have the same shape and contents.
>
> If dtype is True (default=False), then also theck that they have the
> same
> dtype.
> '''
> assert isinstance(a, np.ndarray), "a is a %s" % type(a)
> assert isinstance(b, np.ndarray), "b is a %s" % type(b)
> assert a.shape == b.shape, "{} != {}".format(a, b)
> # assert a.dtype == b.dtype, "%s and %s not same dtype %s %s" % (a, b,
> #
> a.dtype,
> #
> b.dtype)
> try:
> > assert (a.flatten() == b.flatten()).all(), "{} != {}".format(a, b)
> E AssertionError: [ 1 101 102 2 3 103 104 4 105 5 6 106]
> != [ 1 101 2 102 3 103 4 104 5 105 6 106]
>
> neo/test/tools.py:34: AssertionError
> =============================== warnings summary
> ===============================
> neo/rawio/alphaomegarawio.py:1
> /<<PKGBUILDDIR>>/neo/rawio/alphaomegarawio.py:1: SyntaxWarning: invalid
> escape sequence '\*'
> """
>
> neo/test/coretest/test_generate_datasets.py: 78 warnings
> /<<PKGBUILDDIR>>/neo/test/generate_datasets.py:325: DeprecationWarning:
> Conversion of an array with ndim > 0 to a scalar is deprecated, and will
> error in future. Ensure you extract a single element from your array before
> performing this operation. (Deprecated NumPy 1.25.)
> spikes = rand(int((spikerate * duration).simplified))
>
> neo/test/coretest/test_generate_datasets.py: 27 warnings
> /<<PKGBUILDDIR>>/neo/test/generate_datasets.py:339: DeprecationWarning:
> Conversion of an array with ndim > 0 to a scalar is deprecated, and will
> error in future. Ensure you extract a single element from your array before
> performing this operation. (Deprecated NumPy 1.25.)
> evt_size = int(evt_size)
>
> neo/test/coretest/test_spiketrainlist.py::TestSpikeTrainList::test_create_from_spiketrain_list
> /<<PKGBUILDDIR>>/neo/core/spiketrainlist.py:374: UserWarning: Found
> multiple values of t_stop, returning the latest
> warnings.warn("Found multiple values of t_stop, returning the latest")
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info
> ============================
> FAILED neo/test/coretest/test_spiketrain.py::TestMerge::test_correct_times -
> ...
> FAILED neo/test/coretest/test_spiketrain.py::TestMerge::test_merge_typical -
> ...
> ========== 2 failed, 663 passed, 671 skipped, 107 warnings in 19.32s
> ===========
> make[1]: *** [debian/rules:24: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/03/19/neo_0.12.0-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240319&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.