Your message dated Wed, 22 Dec 2021 21:35:39 +0000
with message-id <e1n09gt-000ife...@fasolo.debian.org>
and subject line Bug#1002365: fixed in pynn 0.10.0-1
has caused the Debian Bug report #1002365,
regarding pynn: FTBFS: dh_auto_test: error: pybuild --test --test-nose -i 
python{version} -p "3.10 3.9" returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1002365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002365
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pynn
Version: 0.9.6-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cp -a test test_save
> rm -f \
>     test/system/scenarios/__init__.py \
>     test/unittests/test_brian.py \
>     test/system/test_brian.py \
>     test/system/test_brian2.py \
>     test/system/test_hardware_brainscales.py \
>     test/system/test_moose.py \
>     test/system/scenarios/registry.py \
>     test/system/test_serialization.py \
>     test/system/test_nest.py \
>     test/system/test_neuroml.py \
>     test/system/test_neuron.py \
>     test/unittests/test_random.py \
>     test/unittests/test_neuron.py
> dh_auto_test
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build; 
> python3.10 -m nose -v test
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/recording/__init__.py:262:
>  SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if variables is not 'all':
> test__add__assembly (unittests.test_assembly.AssemblyTest) ... ok
> test__add__population (unittests.test_assembly.AssemblyTest) ... ok
> test__homogeneous_synapses (unittests.test_assembly.AssemblyTest) ... ok
> test__len__ (unittests.test_assembly.AssemblyTest) ... ok
> test__non_homogeneous_synapses (unittests.test_assembly.AssemblyTest) ... ok
> test_add_inplace_assembly (unittests.test_assembly.AssemblyTest) ... ok
> test_add_inplace_population (unittests.test_assembly.AssemblyTest) ... ok
> test_add_invalid_object (unittests.test_assembly.AssemblyTest) ... ok
> test_all_cells (unittests.test_assembly.AssemblyTest) ... ok
> test_all_iterator (unittests.test_assembly.AssemblyTest) ... ok
> test_conductance_based (unittests.test_assembly.AssemblyTest) ... ok
> test_create_with_non_population_should_raise_Exception 
> (unittests.test_assembly.AssemblyTest) ... ok
> test_create_with_one_population (unittests.test_assembly.AssemblyTest) ... ok
> test_create_with_two_populations (unittests.test_assembly.AssemblyTest) ... ok
> test_create_with_zero_populations (unittests.test_assembly.AssemblyTest) ... 
> ok
> test_describe (unittests.test_assembly.AssemblyTest) ... ok
> test_first_and_last_id (unittests.test_assembly.AssemblyTest) ... ok
> test_getSpikes (unittests.test_assembly.AssemblyTest) ... ok
> test_get_data_with_gather (unittests.test_assembly.AssemblyTest) ... 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/mock/recording.py:24: 
> FutureWarning: arrays to stack must be passed as a "sequence" type such as 
> list or tuple. Support for non-sequence iterables such as generators is 
> deprecated as of NumPy 1.16 and will raise an error in the future.
>   return numpy.vstack((numpy.random.uniform(size=n_samples) for id in ids)).T
> ok
> test_get_gsyn (unittests.test_assembly.AssemblyTest) ... ok
> test_get_multiple_homogeneous_params_with_gather 
> (unittests.test_assembly.AssemblyTest) ... ok
> test_get_multiple_inhomogeneous_params_with_gather 
> (unittests.test_assembly.AssemblyTest) ... ok
> test_get_multiple_params_no_gather (unittests.test_assembly.AssemblyTest) ... 
> ok
> test_get_population (unittests.test_assembly.AssemblyTest) ... ok
> test_get_sequence_param (unittests.test_assembly.AssemblyTest) ... ERROR
> test_get_single_param_with_gather (unittests.test_assembly.AssemblyTest) ... 
> ok
> test_get_v (unittests.test_assembly.AssemblyTest) ... ok
> test_getitem_array (unittests.test_assembly.AssemblyTest) ... ok
> test_getitem_int (unittests.test_assembly.AssemblyTest) ... ok
> test_getitem_slice (unittests.test_assembly.AssemblyTest) ... ok
> test_id_to_index (unittests.test_assembly.AssemblyTest) ... ok
> test_id_to_index_with_nonexistent_id (unittests.test_assembly.AssemblyTest) 
> ... ok
> test_ids_should_not_be_counted_twice (unittests.test_assembly.AssemblyTest) 
> ... ok
> test_initialize (unittests.test_assembly.AssemblyTest) ... ok
> test_inject (unittests.test_assembly.AssemblyTest) ... ok
> test_iter (unittests.test_assembly.AssemblyTest) ... ok
> test_local_cells (unittests.test_assembly.AssemblyTest) ... ok
> test_mask_local (unittests.test_assembly.AssemblyTest) ... ok
> test_mean_spike_count (unittests.test_assembly.AssemblyTest) ... ok
> test_not_conductance_based (unittests.test_assembly.AssemblyTest) ... ok
> test_positions_property (unittests.test_assembly.AssemblyTest) ... ok
> test_printSpikes (unittests.test_assembly.AssemblyTest) ... ok
> test_print_gsyn (unittests.test_assembly.AssemblyTest) ... ok
> test_print_v (unittests.test_assembly.AssemblyTest) ... ok
> test_repr (unittests.test_assembly.AssemblyTest) ... ok
> test_sample (unittests.test_assembly.AssemblyTest) ... ok
> test_save_positions (unittests.test_assembly.AssemblyTest) ... ok
> test_size_property (unittests.test_assembly.AssemblyTest) ... ok
> test_connect_with_array_weights 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_delays_None 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_delays_too_small 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... SKIP: skipping 
> this test until refactoring of delay checks is complete
> test_connect_with_distance_dependent_weights 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_distance_dependent_weights_and_delays 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_list_delays_too_small 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... SKIP: skipping 
> this tests until refactoring of delay checks is complete
> test_connect_with_random_weights_parallel_safe 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_random_weights_parallel_safe 
> (unittests.test_connectors_parallel.TestArrayConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_parallel.TestArrayConnector) ... ok
> test_connect (unittests.test_connectors_parallel.TestCloneConnector) ... ok
> test_connect_with_pre_post_mismatch 
> (unittests.test_connectors_parallel.TestCloneConnector) ... ok
> test_connect 
> (unittests.test_connectors_parallel.TestDisplacementDependentProbabilityConnector)
>  ... ok
> test_connect_with_default_args 
> (unittests.test_connectors_parallel.TestDistanceDependentProbabilityConnector)
>  ... ok
> test_with_n_larger_than_population_size 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_n_larger_than_population_size_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_n_smaller_than_population_size 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_replacement 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_replacement_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_replacement_with_variable_n 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_no_replacement_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_no_replacement_parallel_unsafe 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_n_larger_than_population_size 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_n_larger_than_population_size_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_n_smaller_than_population_size 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_replacement 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_replacement_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_replacement_parallel_unsafe 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_replacement_with_variable_n 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_connect_with_default_args 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_connect_with_default_args_again 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_connect_with_probability_1 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_connect_with_random_delays_parallel_safe 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_connect_with_weight_function 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_1 (unittests.test_connectors_parallel.TestFixedTotalNumberConnector) ... 
> ok
> test_connect_with_standard_text_file_distributed 
> (unittests.test_connectors_parallel.TestFromFileConnector) ... ok
> test_connect_with_standard_text_file_not_distributed 
> (unittests.test_connectors_parallel.TestFromFileConnector) ... ok
> test_with_plastic_synapses_not_distributed 
> (unittests.test_connectors_parallel.TestFromFileConnector) ... ok
> test_connect_with_out_of_range_index 
> (unittests.test_connectors_parallel.TestFromListConnector) ... ok
> test_connect_with_valid_list 
> (unittests.test_connectors_parallel.TestFromListConnector) ... ok
> test_with_plastic_synapse 
> (unittests.test_connectors_parallel.TestFromListConnector) ... ok
> test_with_stdp_synapse 
> (unittests.test_connectors_parallel.TestFromListConnector) ... ok
> test_connect_with_index_based_delays 
> (unittests.test_connectors_parallel.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_index_based_weights 
> (unittests.test_connectors_parallel.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_parallel.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_random_weights 
> (unittests.test_connectors_parallel.TestOneToOneConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_parallel.TestOneToOneConnector) ... ok
> test_connect_with_array_weights 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_delays_None 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_delays_too_small 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... SKIP: skipping 
> this tests until I figure out how I want to refactor checks
> test_connect_with_distance_dependent_weights 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_distance_dependent_weights_and_delays 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_list_delays_too_small 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... SKIP: skipping 
> this tests until I figure out how I want to refactor checks
> test_connect_with_random_weights_parallel_safe 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_random_weights_parallel_safe 
> (unittests.test_connectors_serial.TestArrayConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_serial.TestArrayConnector) ... ok
> test_connect (unittests.test_connectors_serial.TestCloneConnector) ... ok
> test_connect_with_pre_post_mismatch 
> (unittests.test_connectors_serial.TestCloneConnector) ... ok
> test_connect_with_default_args 
> (unittests.test_connectors_serial.TestDistanceDependentProbabilityConnector) 
> ... ok
> test_no_replacement_no_self_connections 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_no_replacement_parallel_unsafe 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_n_larger_than_population_size 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_n_larger_than_population_size_no_self_connections 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_n_smaller_than_population_size 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement_no_self_connections 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement_parallel_unsafe 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement_with_neuron_0_connecting_neuron_0 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement_with_variable_n 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_connect_weight_function_and_one_post_synaptic_neuron_not_connected 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_default_args 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_default_args_again 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_probability_one 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_random_delays_parallel_safe 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_weight_function 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_1 (unittests.test_connectors_serial.TestFixedTotalNumberConnector) ... ok
> test_connect_with_standard_text_file_not_distributed 
> (unittests.test_connectors_serial.TestFromFileConnector) ... ok
> test_with_plastic_synapses_not_distributed 
> (unittests.test_connectors_serial.TestFromFileConnector) ... ok
> test_connect_unique_connection_neuron_0_to_neuron_0 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_connect_with_empty_list 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_connect_with_out_of_range_index 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_connect_with_valid_list 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_with_plastic_synapse 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_connect_with_index_based_delays 
> (unittests.test_connectors_serial.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_index_based_weights 
> (unittests.test_connectors_serial.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_serial.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_random_weights 
> (unittests.test_connectors_serial.TestOneToOneConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_serial.TestOneToOneConnector) ... ok
> unittests.test_core.test_is_list_like_with_tuple ... ok
> unittests.test_core.test_is_list_like_with_list ... ok
> unittests.test_core.test_is_list_like_with_iterator ... ok
> unittests.test_core.test_is_list_like_with_set ... ok
> unittests.test_core.test_is_list_like_with_numpy_array ... ok
> unittests.test_core.test_is_list_like_with_string ... ok
> test_CheetahTE_get_template_from_file 
> (unittests.test_descriptions.DescriptionTest) ... ok
> test_CheetahTE_render (unittests.test_descriptions.DescriptionTest) ... ok
> test_Jinja2TE_get_template_from_file 
> (unittests.test_descriptions.DescriptionTest) ... ok
> test_Jinja2TE_render (unittests.test_descriptions.DescriptionTest) ... ok
> test_StringTE_get_template (unittests.test_descriptions.DescriptionTest) ... 
> ok
> test_StringTE_get_template_from_file 
> (unittests.test_descriptions.DescriptionTest) ... ok
> test_StringTE_render (unittests.test_descriptions.DescriptionTest) ... ok
> test_get_default_template_engine 
> (unittests.test_descriptions.DescriptionTest) ... ok
> test_render_with_no_template (unittests.test_descriptions.DescriptionTest) 
> ... ok
> test_render_with_template (unittests.test_descriptions.DescriptionTest) ... ok
> unittests.test_files.test__savetxt ... ok
> unittests.test_files.test_create_BaseFile ... ok
> unittests.test_files.test_del ... ok
> unittests.test_files.test_close ... ok
> unittests.test_files.test_StandardTextFile_read ... ok
> unittests.test_files.test_PickleFile ... ok
> unittests.test_files.test_HDF5ArrayFile ... ok
> unittests.test_idmixin.Test_IDMixin.test_celltype_property ... ok
> unittests.test_idmixin.Test_IDMixin.test_get_initial_value ... ok
> unittests.test_idmixin.Test_IDMixin.test_getattr_with_nonparameter_attr ... ok
> unittests.test_idmixin.Test_IDMixin.test_getattr_with_parent_not_set ... ok
> unittests.test_idmixin.Test_IDMixin.test_inject ... ok
> unittests.test_idmixin.Test_IDMixin.test_is_standard_cell ... ok
> unittests.test_idmixin.Test_IDMixin.test_local_property ... ok
> unittests.test_idmixin.Test_IDMixin.test_position_property ... ok
> unittests.test_idmixin.Test_IDMixin.test_set_initial_value ... ok
> unittests.test_lowlevelapi.test_build_create ... ok
> unittests.test_lowlevelapi.test_build_connect ... ok
> unittests.test_lowlevelapi.test_set ... ok
> unittests.test_lowlevelapi.test_build_record ... ok
> unittests.test_lowlevelapi.test_build_record_with_assembly ... ok
> test_list_standard_models (unittests.test_nest.TestFunctions) ... SKIP: 
> Requires NEST
> test_run_0 (unittests.test_nest.TestFunctions) ... SKIP: Requires NEST
> test_setup (unittests.test_nest.TestFunctions) ... SKIP: Requires NEST
> test_setup_with_rng_seeds (unittests.test_nest.TestFunctions) ... SKIP: 
> Requires NEST
> test__get_parameters (unittests.test_nest.TestPopulation) ... SKIP: Requires 
> NEST
> test_create_native (unittests.test_nest.TestPopulation) ... SKIP: Requires 
> NEST
> test_set_parameters (unittests.test_nest.TestPopulation) ... SKIP: Requires 
> NEST
> test_set_parameters_scalar (unittests.test_nest.TestPopulation) ... SKIP: 
> Requires NEST
> test_set_parameters_singular (unittests.test_nest.TestPopulation) ... SKIP: 
> Requires NEST
> test_create_simple (unittests.test_nest.TestProjection) ... SKIP: Requires 
> NEST
> test_create_with_homogeneous_common_properties 
> (unittests.test_nest.TestProjection) ... SKIP: Requires NEST
> Native synapse with array-like parameters and CommonProperties. ... SKIP: 
> Requires NEST
> test_create_with_synapse_dynamics (unittests.test_nest.TestProjection) ... 
> SKIP: Requires NEST
> test_inhibitory_weight (unittests.test_nest.TestProjection) ... SKIP: 
> Requires NEST
> test_set_array (unittests.test_nest.TestProjection) ... SKIP: Requires NEST
> test_single_postsynaptic_neuron (unittests.test_nest.TestProjection) ... 
> SKIP: Requires NEST
> test_single_presynaptic_and_single_postsynaptic_neuron 
> (unittests.test_nest.TestProjection) ... SKIP: Requires NEST
> test_single_presynaptic_neuron (unittests.test_nest.TestProjection) ... SKIP: 
> Requires NEST
> cf https://github.com/NeuralEnsemble/PyNN/issues/423 ... SKIP: Requires NEST
> test_columnwise_iteration (unittests.test_parameters.ParameterSpaceTest) ... 
> ok
> test_columnwise_iteration_single_column 
> (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_create_with_array_of_sequences 
> (unittests.test_parameters.ParameterSpaceTest) ... ERROR
> test_create_with_list_of_lists (unittests.test_parameters.ParameterSpaceTest) 
> ... ERROR
> test_create_with_list_of_sequences 
> (unittests.test_parameters.ParameterSpaceTest) ... ERROR
> test_create_with_sequence (unittests.test_parameters.ParameterSpaceTest) ... 
> ERROR
> test_create_with_tuple (unittests.test_parameters.ParameterSpaceTest) ... 
> ERROR
> test_evaluate (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_evaluate_with_mask (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_evaluate_with_mask_2D (unittests.test_parameters.ParameterSpaceTest) ... 
> ok
> test_iteration (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_iteration_items (unittests.test_parameters.ParameterSpaceTest) ... ok
> unittests.test_parameters.test_create_with_int ... ok
> unittests.test_parameters.test_create_with_float ... ok
> unittests.test_parameters.test_create_with_list ... ok
> unittests.test_parameters.test_create_with_array ... ok
> unittests.test_parameters.test_create_inconsistent ... ok
> unittests.test_parameters.test_create_with_invalid_string ... ok
> unittests.test_parameters.test_setitem_nonexpanded_same_value ... ok
> unittests.test_parameters.test_setitem_invalid_value ... ok
> unittests.test_parameters.test_setitem_nonexpanded_different_value ... ok
> unittests.test_parameters.test_columnwise_iteration_with_flat_array ... ok
> unittests.test_parameters.test_columnwise_iteration_with_structured_array ... 
> ok
> unittests.test_parameters.test_columnwise_iteration_with_random_array_parallel_safe_no_mask
>  ... ok
> unittests.test_parameters.test_columnwise_iteration_with_function ... ok
> unittests.test_parameters.test_columnwise_iteration_with_flat_array_and_mask 
> ... ok
> unittests.test_parameters.test_columnwise_iteration_with_structured_array_and_mask
>  ... ok
> unittests.test_parameters.test_columnwise_iteration_with_random_array_parallel_safe_with_mask
>  ... ok
> unittests.test_parameters.test_evaluate_with_flat_array ... ok
> unittests.test_parameters.test_evaluate_with_structured_array ... ok
> unittests.test_parameters.test_evaluate_with_functional_array ... ok
> unittests.test_parameters.test_iadd_with_flat_array ... ok
> unittests.test_parameters.test_add_with_flat_array ... ok
> unittests.test_parameters.test_lt_with_flat_array ... ok
> unittests.test_parameters.test_lt_with_structured_array ... ok
> unittests.test_parameters.test_structured_array_lt_array ... ok
> unittests.test_parameters.test_multiple_operations_with_structured_array ... 
> ok
> unittests.test_parameters.test_apply_function_to_constant_array ... ok
> unittests.test_parameters.test_apply_function_to_structured_array ... ok
> unittests.test_parameters.test_apply_function_to_functional_array ... ok
> unittests.test_parameters.test_add_two_constant_arrays ... ok
> unittests.test_parameters.test_add_incommensurate_arrays ... ok
> unittests.test_parameters.test_getitem_from_constant_array ... ok
> test___add__three (unittests.test_population.PopulationTest) ... ok
> test___add__two (unittests.test_population.PopulationTest) ... ok
> test__getitem__int (unittests.test_population.PopulationTest) ... ok
> test__getitem__invalid (unittests.test_population.PopulationTest) ... ok
> test__getitem__list (unittests.test_population.PopulationTest) ... ok
> test__getitem__slice (unittests.test_population.PopulationTest) ... ok
> test__getitem__tuple (unittests.test_population.PopulationTest) ... ok
> test__len__ (unittests.test_population.PopulationTest) ... ok
> test_can_record (unittests.test_population.PopulationTest) ... ok
> test_create_with_empty_spike_source_array 
> (unittests.test_population.PopulationTest) ... ERROR
> test_create_with_implicit_grid (unittests.test_population.PopulationTest) ... 
> ok
> test_create_with_parameters (unittests.test_population.PopulationTest) ... ok
> test_create_with_standard_cell_simple 
> (unittests.test_population.PopulationTest) ... ok
> test_describe (unittests.test_population.PopulationTest) ... ok
> test_getSpikes (unittests.test_population.PopulationTest) ... ok
> test_get_data_with_gather (unittests.test_population.PopulationTest) ... ok
> test_get_gsyn (unittests.test_population.PopulationTest) ... ok
> test_get_multiple_homogeneous_params_with_gather 
> (unittests.test_population.PopulationTest) ... ok
> test_get_multiple_inhomogeneous_params_with_gather 
> (unittests.test_population.PopulationTest) ... ok
> test_get_multiple_params_no_gather (unittests.test_population.PopulationTest) 
> ... ok
> test_get_positions (unittests.test_population.PopulationTest) ... ok
> test_get_sequence_param (unittests.test_population.PopulationTest) ... ERROR
> test_get_single_param_with_gather (unittests.test_population.PopulationTest) 
> ... ok
> test_get_spike_counts (unittests.test_population.PopulationTest) ... ok
> test_get_spikes_with_gather (unittests.test_population.PopulationTest) ... ok
> test_get_v (unittests.test_population.PopulationTest) ... ok
> test_id_to_index (unittests.test_population.PopulationTest) ... ok
> test_id_to_index_with_array (unittests.test_population.PopulationTest) ... ok
> test_id_to_index_with_invalid_id (unittests.test_population.PopulationTest) 
> ... ok
> test_id_to_index_with_invalid_ids (unittests.test_population.PopulationTest) 
> ... ok
> test_id_to_index_with_populationview 
> (unittests.test_population.PopulationTest) ... ok
> test_initialize (unittests.test_population.PopulationTest) ... ok
> test_inject (unittests.test_population.PopulationTest) ... ok
> test_inject_into_invalid_celltype (unittests.test_population.PopulationTest) 
> ... ERROR
> test_iter (unittests.test_population.PopulationTest) ... ok
> test_meanSpikeCount (unittests.test_population.PopulationTest) ... ok
> test_mean_spike_count (unittests.test_population.PopulationTest) ... ok
> test_nearest (unittests.test_population.PopulationTest) ... ok
> test_position_generator (unittests.test_population.PopulationTest) ... ok
> test_printSpikes (unittests.test_population.PopulationTest) ... ok
> test_print_gsyn (unittests.test_population.PopulationTest) ... ok
> test_print_v (unittests.test_population.PopulationTest) ... ok
> test_record_gsyn (unittests.test_population.PopulationTest) ... ok
> test_record_invalid_variable (unittests.test_population.PopulationTest) ... ok
> test_record_v (unittests.test_population.PopulationTest) ... ok
> test_record_with_multiple_variables 
> (unittests.test_population.PopulationTest) ... ok
> test_record_with_single_variable (unittests.test_population.PopulationTest) 
> ... ok
> test_record_with_v_and_spikes (unittests.test_population.PopulationTest) ... 
> ok
> test_rset (unittests.test_population.PopulationTest) ... ok
> test_sample (unittests.test_population.PopulationTest) ... ok
> test_save_positions (unittests.test_population.PopulationTest) ... ok
> test_set (unittests.test_population.PopulationTest) ... ok
> test_set_array (unittests.test_population.PopulationTest) ... ok
> test_set_invalid_name (unittests.test_population.PopulationTest) ... ok
> test_set_invalid_type (unittests.test_population.PopulationTest) ... ERROR
> test_set_positions (unittests.test_population.PopulationTest) ... ok
> test_set_random_distribution_parallel_safe 
> (unittests.test_population.PopulationTest) ... ok
> test_set_random_distribution_parallel_unsafe 
> (unittests.test_population.PopulationTest) ... ok
> test_set_sequence (unittests.test_population.PopulationTest) ... ERROR
> test_set_structure (unittests.test_population.PopulationTest) ... ok
> test_tset (unittests.test_population.PopulationTest) ... ok
> test___add__three (unittests.test_populationview.PopulationViewTest) ... ok
> test___add__two (unittests.test_populationview.PopulationViewTest) ... ok
> test__getitem__int (unittests.test_populationview.PopulationViewTest) ... ok
> test__getitem__invalid (unittests.test_populationview.PopulationViewTest) ... 
> ok
> test__getitem__list (unittests.test_populationview.PopulationViewTest) ... ok
> test__getitem__slice (unittests.test_populationview.PopulationViewTest) ... ok
> test__getitem__tuple (unittests.test_populationview.PopulationViewTest) ... ok
> test__len__ (unittests.test_populationview.PopulationViewTest) ... ok
> test_can_record (unittests.test_populationview.PopulationViewTest) ... ok
> test_create_with_boolean_array_selector 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_create_with_index_array_selector 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_create_with_slice_selector 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_describe (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_data_with_gather (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_get_multiple_homogeneous_params_with_gather 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_multiple_inhomogeneous_params_with_gather 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_positions (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_sequence_param (unittests.test_populationview.PopulationViewTest) 
> ... ERROR
> test_get_single_homogeneous_param_with_gather 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_spike_counts (unittests.test_populationview.PopulationViewTest) ... 
> ok
> test_id_to_index (unittests.test_populationview.PopulationViewTest) ... ok
> test_id_to_index_with_array 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_id_to_index_with_invalid_id 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_index_from_parent_index 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_index_in_grandparent (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_inject (unittests.test_populationview.PopulationViewTest) ... ok
> test_inject_into_invalid_celltype 
> (unittests.test_populationview.PopulationViewTest) ... ERROR
> test_iter (unittests.test_populationview.PopulationViewTest) ... ok
> test_mean_spike_count (unittests.test_populationview.PopulationViewTest) ... 
> ok
> test_nearest (unittests.test_populationview.PopulationViewTest) ... ok
> test_position_generator (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_record_gsyn (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_invalid_variable 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_v (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_with_multiple_variables 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_with_single_variable 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_with_v_spikes (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_rset (unittests.test_populationview.PopulationViewTest) ... ok
> test_sample (unittests.test_populationview.PopulationViewTest) ... ok
> test_save_positions (unittests.test_populationview.PopulationViewTest) ... ok
> test_set (unittests.test_populationview.PopulationViewTest) ... ok
> test_set_array (unittests.test_populationview.PopulationViewTest) ... ok
> test_set_invalid_name (unittests.test_populationview.PopulationViewTest) ... 
> ok
> test_set_invalid_type (unittests.test_populationview.PopulationViewTest) ... 
> ERROR
> test_set_sequence (unittests.test_populationview.PopulationViewTest) ... ERROR
> test_set_structure (unittests.test_populationview.PopulationViewTest) ... ok
> test_structure_property (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_tset (unittests.test_populationview.PopulationViewTest) ... ok
> test_check_weights_with_array (unittests.test_projection.CheckTest) ... ok
> test_check_weights_with_invalid_value (unittests.test_projection.CheckTest) 
> ... ok
> test_check_weights_with_scalar (unittests.test_projection.CheckTest) ... ok
> test_create_simple (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_default_receptor_type 
> (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_fast_synapse_dynamics 
> (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_homogeneous_postsynaptic_assembly 
> (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_inhomogeneous_postsynaptic_assembly 
> (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_invalid_type (unittests.test_projection.ProjectionTest) ... 
> ok
> test_create_with_presynaptic_assembly 
> (unittests.test_projection.ProjectionTest) ... ok
> test_describe (unittests.test_projection.ProjectionTest) ... ok
> test_get_plasticity_attribute_as_list 
> (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_array (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_array_with_multapses 
> (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_array_with_multapses_min 
> (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_list (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_list_no_address 
> (unittests.test_projection.ProjectionTest) ... ok
> test_parameter_StaticSynapse_random_distribution 
> (unittests.test_projection.ProjectionTest) ... ok
> test_parameter_TsodyksMarkramSynapse_random_distribution 
> (unittests.test_projection.ProjectionTest) ... ok
> test_save_connections_with_gather (unittests.test_projection.ProjectionTest) 
> ... ok
> test_size_with_gather (unittests.test_projection.ProjectionTest) ... ok
> test_synapse_with_lambda_parameter (unittests.test_projection.ProjectionTest) 
> ... ok
> test_weightHistogram (unittests.test_projection.ProjectionTest) ... ok
> unittests.test_recording.test_Recorder_create ... ok
> unittests.test_recording.test_Recorder_invalid_variable ... ok
> unittests.test_recording.test_record ... ok
> unittests.test_recording.test_filter_recorded ... ok
> unittests.test_recording.test_get ... ok
> unittests.test_recording.test_metadata_property ... ok
> test_callbacks (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> test_current_time (unittests.test_simulation_control.TestSimulationControl) 
> ... ok
> test_current_time_two_runs 
> (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_end (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_max_delay (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> test_min_delay (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> test_num_processes (unittests.test_simulation_control.TestSimulationControl) 
> ... SKIP: test requires mpi4py
> test_rank (unittests.test_simulation_control.TestSimulationControl) ... SKIP: 
> test requires mpi4py
> test_reset (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_run (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_run_twice (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> test_setup (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_time_step (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> unittests.test_space.Grid2D_Test.test_calculate_size ... ok
> unittests.test_space.Grid2D_Test.test_generate_positions ... ok
> unittests.test_space.Grid3D_Test.test_calculate_size ... ok
> unittests.test_space.Grid3D_Test.test_generate_positions ... ok
> test__eq__ (unittests.test_space.LineTest) ... ok
> test_generate_positions (unittests.test_space.LineTest) ... ok
> test_generate_positions_default_parameters (unittests.test_space.LineTest) 
> ... ok
> test_get_parameters (unittests.test_space.LineTest) ... ok
> test_cylindrical_space (unittests.test_space.SpaceTest) ... ok
> test_generator_for_infinite_space_with_3D_distances 
> (unittests.test_space.SpaceTest) ... ok
> test_infinite_space_with_3D_distances (unittests.test_space.SpaceTest) ... ok
> test_infinite_space_with_collapsed_axes (unittests.test_space.SpaceTest) ... 
> ok
> test_infinite_space_with_scale_and_offset (unittests.test_space.SpaceTest) 
> ... ok
> unittests.test_space.TestCuboid.test_sample ... ok
> unittests.test_space.TestRandomStructure.test_generate_positions ... ok
> unittests.test_space.TestSphere.test__create ... ok
> unittests.test_space.TestSphere.test_sample ... ok
> unittests.test_space.test_distance ... ok
> unittests.test_standardmodels.test_build_translations ... ok
> unittests.test_standardmodels.test_has_parameter ... ok
> unittests.test_standardmodels.test_get_parameter_names ... ok
> Instantiating a StandardModelType should set self.parameter_space to a ... ok
> unittests.test_standardmodels.test_translate ... ok
> unittests.test_standardmodels.test_translate_with_invalid_transformation ... 
> ok
> unittests.test_standardmodels.test_translate_with_divide_by_zero_error ... ok
> unittests.test_standardmodels.test_reverse_translate ... ok
> unittests.test_standardmodels.test_reverse_translate_with_invalid_transformation
>  ... ok
> unittests.test_standardmodels.test_simple_parameters ... ok
> unittests.test_standardmodels.test_scaled_parameters ... ok
> unittests.test_standardmodels.test_computed_parameters ... ok
> unittests.test_standardmodels.test_describe ... ok
> unittests.test_standardmodels.test_describe_synapse_type ... ok
> unittests.test_standardmodels.test_STDPMechanism_create ... ok
> unittests.test_standardmodels.test_STDPMechanism_create_invalid_types ... ok
> test_get_script_args (unittests.test_utility_functions.GetArgTests) ... ok
> test_notify (unittests.test_utility_functions.NotifyTests) ... ok
> test_dynamic (unittests.test_utility_functions.ProgressBarTest) ... ok
> test_fixed (unittests.test_utility_functions.ProgressBarTest) ... ok
> test_diff (unittests.test_utility_functions.TimerTest) ... ok
> test_timer (unittests.test_utility_functions.TimerTest) ... ok
> 
> ======================================================================
> ERROR: test_get_sequence_param (unittests.test_assembly.AssemblyTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_assembly.py",
>  line 507, in test_get_sequence_param
>     p1 = sim.Population(3, sim.SpikeSourceArray(spike_times=[Sequence([1, 2, 
> 3, 4]),
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/models.py", 
> line 23, in __init__
>     self.parameter_space = ParameterSpace(self.default_parameters,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_create_with_array_of_sequences 
> (unittests.test_parameters.ParameterSpaceTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_parameters.py",
>  line 403, in test_create_with_array_of_sequences
>     ps = ParameterSpace({'a': np.array([Sequence([1, 2, 3]), Sequence([4, 5, 
> 6])], dtype=Sequence)},
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_create_with_list_of_lists 
> (unittests.test_parameters.ParameterSpaceTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_parameters.py",
>  line 412, in test_create_with_list_of_lists
>     ps = ParameterSpace({'a': [[1, 2, 3], [4, 5, 6]]},
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_create_with_list_of_sequences 
> (unittests.test_parameters.ParameterSpaceTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_parameters.py",
>  line 394, in test_create_with_list_of_sequences
>     ps = ParameterSpace({'a': [Sequence([1, 2, 3]), Sequence([4, 5, 6])]},
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_create_with_sequence 
> (unittests.test_parameters.ParameterSpaceTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_parameters.py",
>  line 376, in test_create_with_sequence
>     ps = ParameterSpace({'a': Sequence([1, 2, 3])},
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_create_with_tuple (unittests.test_parameters.ParameterSpaceTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_parameters.py",
>  line 385, in test_create_with_tuple
>     ps = ParameterSpace({'a': (1, 2, 3)},
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_create_with_empty_spike_source_array 
> (unittests.test_population.PopulationTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_population.py",
>  line 85, in test_create_with_empty_spike_source_array
>     p = sim.Population(11, sim.SpikeSourceArray(spike_times=[]))
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/models.py", 
> line 23, in __init__
>     self.parameter_space = ParameterSpace(self.default_parameters,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_get_sequence_param (unittests.test_population.PopulationTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_population.py",
>  line 287, in test_get_sequence_param
>     p = sim.Population(3, sim.SpikeSourceArray(spike_times=[Sequence([1, 2, 
> 3, 4]),
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/models.py", 
> line 23, in __init__
>     self.parameter_space = ParameterSpace(self.default_parameters,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_inject_into_invalid_celltype 
> (unittests.test_population.PopulationTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_population.py",
>  line 594, in test_inject_into_invalid_celltype
>     p = sim.Population(3, sim.SpikeSourceArray())
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/models.py", 
> line 23, in __init__
>     self.parameter_space = ParameterSpace(self.default_parameters,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_set_invalid_type (unittests.test_population.PopulationTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_population.py",
>  line 310, in test_set_invalid_type
>     self.assertRaises(errors.InvalidParameterValueError, p.set, tau_m={})
>   File "/usr/lib/python3.10/unittest/case.py", line 738, in assertRaises
>     return context.handle('assertRaises', args, kwargs)
>   File "/usr/lib/python3.10/unittest/case.py", line 201, in handle
>     callable_obj(*args, **kwargs)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/common/populations.py",
>  line 364, in set
>     self._set_parameters(parameter_space)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/mock/populations.py",
>  line 86, in _set_parameters
>     parameter_space.evaluate(simplify=False, mask=self._mask_local)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 361, in evaluate
>     self._parameters[name] = value[mask]
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 49, in wrapped_meth
>     return meth(self, *args, **kwargs)
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 362, in __getitem__
>     return self._partially_evaluate(addr, simplify=False)
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 400, in 
> _partially_evaluate
>     raise ValueError("invalid base value for array (%s)" % self.base_value)
> ValueError: invalid base value for array ({})
> -------------------- >> begin captured logging << --------------------
> PyNN: DEBUG: In Population 'population332', initialising v to -65.0
> PyNN: DEBUG: In Population 'population332', initialising gsyn_exc to 0.0
> PyNN: DEBUG: In Population 'population332', initialising gsyn_inh to 0.0
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_set_sequence (unittests.test_population.PopulationTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_population.py",
>  line 314, in test_set_sequence
>     p = sim.Population(3, sim.SpikeSourceArray())
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/models.py", 
> line 23, in __init__
>     self.parameter_space = ParameterSpace(self.default_parameters,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_get_sequence_param 
> (unittests.test_populationview.PopulationViewTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_populationview.py",
>  line 292, in test_get_sequence_param
>     p = sim.Population(3, sim.SpikeSourceArray,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/common/populations.py",
>  line 662, in __init__
>     self.celltype = cellclass(**cellparams)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/models.py", 
> line 23, in __init__
>     self.parameter_space = ParameterSpace(self.default_parameters,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_inject_into_invalid_celltype 
> (unittests.test_populationview.PopulationViewTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_populationview.py",
>  line 543, in test_inject_into_invalid_celltype
>     pv = sim.Population(3, sim.SpikeSourceArray())[:2]
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/models.py", 
> line 23, in __init__
>     self.parameter_space = ParameterSpace(self.default_parameters,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ======================================================================
> ERROR: test_set_invalid_type 
> (unittests.test_populationview.PopulationViewTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_populationview.py",
>  line 325, in test_set_invalid_type
>     self.assertRaises(errors.InvalidParameterValueError, pv.set, tau_m={})
>   File "/usr/lib/python3.10/unittest/case.py", line 738, in assertRaises
>     return context.handle('assertRaises', args, kwargs)
>   File "/usr/lib/python3.10/unittest/case.py", line 201, in handle
>     callable_obj(*args, **kwargs)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/common/populations.py",
>  line 364, in set
>     self._set_parameters(parameter_space)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/mock/populations.py",
>  line 32, in _set_parameters
>     self.parent._parameters[name][self.mask] = value.evaluate(simplify=True)
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 49, in wrapped_meth
>     return meth(self, *args, **kwargs)
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 512, in evaluate
>     raise ValueError("invalid base value for array")
> ValueError: invalid base value for array
> -------------------- >> begin captured logging << --------------------
> PyNN: DEBUG: In Population 'population382', initialising v to -65.0
> PyNN: DEBUG: In Population 'population382', initialising gsyn_exc to 0.0
> PyNN: DEBUG: In Population 'population382', initialising gsyn_inh to 0.0
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_set_sequence (unittests.test_populationview.PopulationViewTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/test/unittests/test_populationview.py",
>  line 329, in test_set_sequence
>     p = sim.Population(5, sim.SpikeSourceArray())
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/models.py", 
> line 23, in __init__
>     self.parameter_space = ParameterSpace(self.default_parameters,
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 251, in __init__
>     self.update(**parameters)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build/pyNN/parameters.py", line 
> 302, in update
>     if issubclass(expected_dtype, ArrayParameter) and isinstance(value, 
> collections.Sized):
> AttributeError: module 'collections' has no attribute 'Sized'
> 
> ----------------------------------------------------------------------
> Ran 427 tests in 1.348s
> 
> FAILED (SKIP=25, errors=15)
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pynn/build; python3.10 -m nose -v test
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build; 
> python3.9 -m nose -v test
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/pyNN/recording/__init__.py:262:
>  SyntaxWarning: "is not" with a literal. Did you mean "!="?
>   if variables is not 'all':
> test__add__assembly (unittests.test_assembly.AssemblyTest) ... ok
> test__add__population (unittests.test_assembly.AssemblyTest) ... ok
> test__homogeneous_synapses (unittests.test_assembly.AssemblyTest) ... ok
> test__len__ (unittests.test_assembly.AssemblyTest) ... ok
> test__non_homogeneous_synapses (unittests.test_assembly.AssemblyTest) ... ok
> test_add_inplace_assembly (unittests.test_assembly.AssemblyTest) ... ok
> test_add_inplace_population (unittests.test_assembly.AssemblyTest) ... ok
> test_add_invalid_object (unittests.test_assembly.AssemblyTest) ... ok
> test_all_cells (unittests.test_assembly.AssemblyTest) ... ok
> test_all_iterator (unittests.test_assembly.AssemblyTest) ... ok
> test_conductance_based (unittests.test_assembly.AssemblyTest) ... ok
> test_create_with_non_population_should_raise_Exception 
> (unittests.test_assembly.AssemblyTest) ... ok
> test_create_with_one_population (unittests.test_assembly.AssemblyTest) ... ok
> test_create_with_two_populations (unittests.test_assembly.AssemblyTest) ... ok
> test_create_with_zero_populations (unittests.test_assembly.AssemblyTest) ... 
> ok
> test_describe (unittests.test_assembly.AssemblyTest) ... ok
> test_first_and_last_id (unittests.test_assembly.AssemblyTest) ... ok
> test_getSpikes (unittests.test_assembly.AssemblyTest) ... ok
> test_get_data_with_gather (unittests.test_assembly.AssemblyTest) ... 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/pyNN/mock/recording.py:24: 
> FutureWarning: arrays to stack must be passed as a "sequence" type such as 
> list or tuple. Support for non-sequence iterables such as generators is 
> deprecated as of NumPy 1.16 and will raise an error in the future.
>   return numpy.vstack((numpy.random.uniform(size=n_samples) for id in ids)).T
> ok
> test_get_gsyn (unittests.test_assembly.AssemblyTest) ... ok
> test_get_multiple_homogeneous_params_with_gather 
> (unittests.test_assembly.AssemblyTest) ... ok
> test_get_multiple_inhomogeneous_params_with_gather 
> (unittests.test_assembly.AssemblyTest) ... ok
> test_get_multiple_params_no_gather (unittests.test_assembly.AssemblyTest) ... 
> ok
> test_get_population (unittests.test_assembly.AssemblyTest) ... ok
> test_get_sequence_param (unittests.test_assembly.AssemblyTest) ... ok
> test_get_single_param_with_gather (unittests.test_assembly.AssemblyTest) ... 
> ok
> test_get_v (unittests.test_assembly.AssemblyTest) ... ok
> test_getitem_array (unittests.test_assembly.AssemblyTest) ... ok
> test_getitem_int (unittests.test_assembly.AssemblyTest) ... ok
> test_getitem_slice (unittests.test_assembly.AssemblyTest) ... ok
> test_id_to_index (unittests.test_assembly.AssemblyTest) ... ok
> test_id_to_index_with_nonexistent_id (unittests.test_assembly.AssemblyTest) 
> ... ok
> test_ids_should_not_be_counted_twice (unittests.test_assembly.AssemblyTest) 
> ... ok
> test_initialize (unittests.test_assembly.AssemblyTest) ... ok
> test_inject (unittests.test_assembly.AssemblyTest) ... ok
> test_iter (unittests.test_assembly.AssemblyTest) ... ok
> test_local_cells (unittests.test_assembly.AssemblyTest) ... ok
> test_mask_local (unittests.test_assembly.AssemblyTest) ... ok
> test_mean_spike_count (unittests.test_assembly.AssemblyTest) ... ok
> test_not_conductance_based (unittests.test_assembly.AssemblyTest) ... ok
> test_positions_property (unittests.test_assembly.AssemblyTest) ... ok
> test_printSpikes (unittests.test_assembly.AssemblyTest) ... ok
> test_print_gsyn (unittests.test_assembly.AssemblyTest) ... ok
> test_print_v (unittests.test_assembly.AssemblyTest) ... ok
> test_repr (unittests.test_assembly.AssemblyTest) ... ok
> test_sample (unittests.test_assembly.AssemblyTest) ... ok
> test_save_positions (unittests.test_assembly.AssemblyTest) ... ok
> test_size_property (unittests.test_assembly.AssemblyTest) ... ok
> test_connect_with_array_weights 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_delays_None 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_delays_too_small 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... SKIP: skipping 
> this test until refactoring of delay checks is complete
> test_connect_with_distance_dependent_weights 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_distance_dependent_weights_and_delays 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_list_delays_too_small 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... SKIP: skipping 
> this tests until refactoring of delay checks is complete
> test_connect_with_random_weights_parallel_safe 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_parallel.TestAllToAllConnector) ... ok
> test_connect_with_random_weights_parallel_safe 
> (unittests.test_connectors_parallel.TestArrayConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_parallel.TestArrayConnector) ... ok
> test_connect (unittests.test_connectors_parallel.TestCloneConnector) ... ok
> test_connect_with_pre_post_mismatch 
> (unittests.test_connectors_parallel.TestCloneConnector) ... ok
> test_connect 
> (unittests.test_connectors_parallel.TestDisplacementDependentProbabilityConnector)
>  ... ok
> test_connect_with_default_args 
> (unittests.test_connectors_parallel.TestDistanceDependentProbabilityConnector)
>  ... ok
> test_with_n_larger_than_population_size 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_n_larger_than_population_size_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_n_smaller_than_population_size 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_replacement 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_replacement_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_with_replacement_with_variable_n 
> (unittests.test_connectors_parallel.TestFixedNumberPostConnector) ... ok
> test_no_replacement_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_no_replacement_parallel_unsafe 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_n_larger_than_population_size 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_n_larger_than_population_size_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_n_smaller_than_population_size 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_replacement 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_replacement_no_self_connections 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_replacement_parallel_unsafe 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_with_replacement_with_variable_n 
> (unittests.test_connectors_parallel.TestFixedNumberPreConnector) ... ok
> test_connect_with_default_args 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_connect_with_default_args_again 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_connect_with_probability_1 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_connect_with_random_delays_parallel_safe 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_connect_with_weight_function 
> (unittests.test_connectors_parallel.TestFixedProbabilityConnector) ... ok
> test_1 (unittests.test_connectors_parallel.TestFixedTotalNumberConnector) ... 
> ok
> test_connect_with_standard_text_file_distributed 
> (unittests.test_connectors_parallel.TestFromFileConnector) ... ok
> test_connect_with_standard_text_file_not_distributed 
> (unittests.test_connectors_parallel.TestFromFileConnector) ... ok
> test_with_plastic_synapses_not_distributed 
> (unittests.test_connectors_parallel.TestFromFileConnector) ... ok
> test_connect_with_out_of_range_index 
> (unittests.test_connectors_parallel.TestFromListConnector) ... ok
> test_connect_with_valid_list 
> (unittests.test_connectors_parallel.TestFromListConnector) ... ok
> test_with_plastic_synapse 
> (unittests.test_connectors_parallel.TestFromListConnector) ... ok
> test_with_stdp_synapse 
> (unittests.test_connectors_parallel.TestFromListConnector) ... ok
> test_connect_with_index_based_delays 
> (unittests.test_connectors_parallel.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_index_based_weights 
> (unittests.test_connectors_parallel.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_parallel.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_random_weights 
> (unittests.test_connectors_parallel.TestOneToOneConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_parallel.TestOneToOneConnector) ... ok
> test_connect_with_array_weights 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_delays_None 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_delays_too_small 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... SKIP: skipping 
> this tests until I figure out how I want to refactor checks
> test_connect_with_distance_dependent_weights 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_distance_dependent_weights_and_delays 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_list_delays_too_small 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... SKIP: skipping 
> this tests until I figure out how I want to refactor checks
> test_connect_with_random_weights_parallel_safe 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_serial.TestAllToAllConnector) ... ok
> test_connect_with_random_weights_parallel_safe 
> (unittests.test_connectors_serial.TestArrayConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_serial.TestArrayConnector) ... ok
> test_connect (unittests.test_connectors_serial.TestCloneConnector) ... ok
> test_connect_with_pre_post_mismatch 
> (unittests.test_connectors_serial.TestCloneConnector) ... ok
> test_connect_with_default_args 
> (unittests.test_connectors_serial.TestDistanceDependentProbabilityConnector) 
> ... ok
> test_no_replacement_no_self_connections 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_no_replacement_parallel_unsafe 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_n_larger_than_population_size 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_n_larger_than_population_size_no_self_connections 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_n_smaller_than_population_size 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement_no_self_connections 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement_parallel_unsafe 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement_with_neuron_0_connecting_neuron_0 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_with_replacement_with_variable_n 
> (unittests.test_connectors_serial.TestFixedNumberPreConnector) ... ok
> test_connect_weight_function_and_one_post_synaptic_neuron_not_connected 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_default_args 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_default_args_again 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_probability_one 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_random_delays_parallel_safe 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_connect_with_weight_function 
> (unittests.test_connectors_serial.TestFixedProbabilityConnector) ... ok
> test_1 (unittests.test_connectors_serial.TestFixedTotalNumberConnector) ... ok
> test_connect_with_standard_text_file_not_distributed 
> (unittests.test_connectors_serial.TestFromFileConnector) ... ok
> test_with_plastic_synapses_not_distributed 
> (unittests.test_connectors_serial.TestFromFileConnector) ... ok
> test_connect_unique_connection_neuron_0_to_neuron_0 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_connect_with_empty_list 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_connect_with_out_of_range_index 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_connect_with_valid_list 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_with_plastic_synapse 
> (unittests.test_connectors_serial.TestFromListConnector) ... ok
> test_connect_with_index_based_delays 
> (unittests.test_connectors_serial.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_index_based_weights 
> (unittests.test_connectors_serial.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_serial.TestIndexBasedProbabilityConnector) ... ok
> test_connect_with_random_weights 
> (unittests.test_connectors_serial.TestOneToOneConnector) ... ok
> test_connect_with_scalar_weights_and_delays 
> (unittests.test_connectors_serial.TestOneToOneConnector) ... ok
> unittests.test_core.test_is_list_like_with_tuple ... ok
> unittests.test_core.test_is_list_like_with_list ... ok
> unittests.test_core.test_is_list_like_with_iterator ... ok
> unittests.test_core.test_is_list_like_with_set ... ok
> unittests.test_core.test_is_list_like_with_numpy_array ... ok
> unittests.test_core.test_is_list_like_with_string ... ok
> test_CheetahTE_get_template_from_file 
> (unittests.test_descriptions.DescriptionTest) ... ok
> test_CheetahTE_render (unittests.test_descriptions.DescriptionTest) ... ok
> test_Jinja2TE_get_template_from_file 
> (unittests.test_descriptions.DescriptionTest) ... ok
> test_Jinja2TE_render (unittests.test_descriptions.DescriptionTest) ... ok
> test_StringTE_get_template (unittests.test_descriptions.DescriptionTest) ... 
> ok
> test_StringTE_get_template_from_file 
> (unittests.test_descriptions.DescriptionTest) ... ok
> test_StringTE_render (unittests.test_descriptions.DescriptionTest) ... ok
> test_get_default_template_engine 
> (unittests.test_descriptions.DescriptionTest) ... ok
> test_render_with_no_template (unittests.test_descriptions.DescriptionTest) 
> ... ok
> test_render_with_template (unittests.test_descriptions.DescriptionTest) ... ok
> unittests.test_files.test__savetxt ... ok
> unittests.test_files.test_create_BaseFile ... ok
> unittests.test_files.test_del ... ok
> unittests.test_files.test_close ... ok
> unittests.test_files.test_StandardTextFile_read ... ok
> unittests.test_files.test_PickleFile ... ok
> unittests.test_files.test_HDF5ArrayFile ... ok
> unittests.test_idmixin.Test_IDMixin.test_celltype_property ... ok
> unittests.test_idmixin.Test_IDMixin.test_get_initial_value ... ok
> unittests.test_idmixin.Test_IDMixin.test_getattr_with_nonparameter_attr ... ok
> unittests.test_idmixin.Test_IDMixin.test_getattr_with_parent_not_set ... ok
> unittests.test_idmixin.Test_IDMixin.test_inject ... ok
> unittests.test_idmixin.Test_IDMixin.test_is_standard_cell ... ok
> unittests.test_idmixin.Test_IDMixin.test_local_property ... ok
> unittests.test_idmixin.Test_IDMixin.test_position_property ... ok
> unittests.test_idmixin.Test_IDMixin.test_set_initial_value ... ok
> unittests.test_lowlevelapi.test_build_create ... ok
> unittests.test_lowlevelapi.test_build_connect ... ok
> unittests.test_lowlevelapi.test_set ... ok
> unittests.test_lowlevelapi.test_build_record ... ok
> unittests.test_lowlevelapi.test_build_record_with_assembly ... ok
> test_list_standard_models (unittests.test_nest.TestFunctions) ... SKIP: 
> Requires NEST
> test_run_0 (unittests.test_nest.TestFunctions) ... SKIP: Requires NEST
> test_setup (unittests.test_nest.TestFunctions) ... SKIP: Requires NEST
> test_setup_with_rng_seeds (unittests.test_nest.TestFunctions) ... SKIP: 
> Requires NEST
> test__get_parameters (unittests.test_nest.TestPopulation) ... SKIP: Requires 
> NEST
> test_create_native (unittests.test_nest.TestPopulation) ... SKIP: Requires 
> NEST
> test_set_parameters (unittests.test_nest.TestPopulation) ... SKIP: Requires 
> NEST
> test_set_parameters_scalar (unittests.test_nest.TestPopulation) ... SKIP: 
> Requires NEST
> test_set_parameters_singular (unittests.test_nest.TestPopulation) ... SKIP: 
> Requires NEST
> test_create_simple (unittests.test_nest.TestProjection) ... SKIP: Requires 
> NEST
> test_create_with_homogeneous_common_properties 
> (unittests.test_nest.TestProjection) ... SKIP: Requires NEST
> Native synapse with array-like parameters and CommonProperties. ... SKIP: 
> Requires NEST
> test_create_with_synapse_dynamics (unittests.test_nest.TestProjection) ... 
> SKIP: Requires NEST
> test_inhibitory_weight (unittests.test_nest.TestProjection) ... SKIP: 
> Requires NEST
> test_set_array (unittests.test_nest.TestProjection) ... SKIP: Requires NEST
> test_single_postsynaptic_neuron (unittests.test_nest.TestProjection) ... 
> SKIP: Requires NEST
> test_single_presynaptic_and_single_postsynaptic_neuron 
> (unittests.test_nest.TestProjection) ... SKIP: Requires NEST
> test_single_presynaptic_neuron (unittests.test_nest.TestProjection) ... SKIP: 
> Requires NEST
> cf https://github.com/NeuralEnsemble/PyNN/issues/423 ... SKIP: Requires NEST
> test_columnwise_iteration (unittests.test_parameters.ParameterSpaceTest) ... 
> ok
> test_columnwise_iteration_single_column 
> (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_create_with_array_of_sequences 
> (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_create_with_list_of_lists (unittests.test_parameters.ParameterSpaceTest) 
> ... ok
> test_create_with_list_of_sequences 
> (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_create_with_sequence (unittests.test_parameters.ParameterSpaceTest) ... 
> ok
> test_create_with_tuple (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_evaluate (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_evaluate_with_mask (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_evaluate_with_mask_2D (unittests.test_parameters.ParameterSpaceTest) ... 
> ok
> test_iteration (unittests.test_parameters.ParameterSpaceTest) ... ok
> test_iteration_items (unittests.test_parameters.ParameterSpaceTest) ... ok
> unittests.test_parameters.test_create_with_int ... ok
> unittests.test_parameters.test_create_with_float ... ok
> unittests.test_parameters.test_create_with_list ... ok
> unittests.test_parameters.test_create_with_array ... ok
> unittests.test_parameters.test_create_inconsistent ... ok
> unittests.test_parameters.test_create_with_invalid_string ... ok
> unittests.test_parameters.test_setitem_nonexpanded_same_value ... ok
> unittests.test_parameters.test_setitem_invalid_value ... ok
> unittests.test_parameters.test_setitem_nonexpanded_different_value ... ok
> unittests.test_parameters.test_columnwise_iteration_with_flat_array ... ok
> unittests.test_parameters.test_columnwise_iteration_with_structured_array ... 
> ok
> unittests.test_parameters.test_columnwise_iteration_with_random_array_parallel_safe_no_mask
>  ... ok
> unittests.test_parameters.test_columnwise_iteration_with_function ... ok
> unittests.test_parameters.test_columnwise_iteration_with_flat_array_and_mask 
> ... ok
> unittests.test_parameters.test_columnwise_iteration_with_structured_array_and_mask
>  ... ok
> unittests.test_parameters.test_columnwise_iteration_with_random_array_parallel_safe_with_mask
>  ... ok
> unittests.test_parameters.test_evaluate_with_flat_array ... ok
> unittests.test_parameters.test_evaluate_with_structured_array ... ok
> unittests.test_parameters.test_evaluate_with_functional_array ... ok
> unittests.test_parameters.test_iadd_with_flat_array ... ok
> unittests.test_parameters.test_add_with_flat_array ... ok
> unittests.test_parameters.test_lt_with_flat_array ... ok
> unittests.test_parameters.test_lt_with_structured_array ... ok
> unittests.test_parameters.test_structured_array_lt_array ... ok
> unittests.test_parameters.test_multiple_operations_with_structured_array ... 
> ok
> unittests.test_parameters.test_apply_function_to_constant_array ... ok
> unittests.test_parameters.test_apply_function_to_structured_array ... ok
> unittests.test_parameters.test_apply_function_to_functional_array ... ok
> unittests.test_parameters.test_add_two_constant_arrays ... ok
> unittests.test_parameters.test_add_incommensurate_arrays ... ok
> unittests.test_parameters.test_getitem_from_constant_array ... ok
> test___add__three (unittests.test_population.PopulationTest) ... ok
> test___add__two (unittests.test_population.PopulationTest) ... ok
> test__getitem__int (unittests.test_population.PopulationTest) ... ok
> test__getitem__invalid (unittests.test_population.PopulationTest) ... ok
> test__getitem__list (unittests.test_population.PopulationTest) ... ok
> test__getitem__slice (unittests.test_population.PopulationTest) ... ok
> test__getitem__tuple (unittests.test_population.PopulationTest) ... ok
> test__len__ (unittests.test_population.PopulationTest) ... ok
> test_can_record (unittests.test_population.PopulationTest) ... ok
> test_create_with_empty_spike_source_array 
> (unittests.test_population.PopulationTest) ... ok
> test_create_with_implicit_grid (unittests.test_population.PopulationTest) ... 
> ok
> test_create_with_parameters (unittests.test_population.PopulationTest) ... ok
> test_create_with_standard_cell_simple 
> (unittests.test_population.PopulationTest) ... ok
> test_describe (unittests.test_population.PopulationTest) ... ok
> test_getSpikes (unittests.test_population.PopulationTest) ... ok
> test_get_data_with_gather (unittests.test_population.PopulationTest) ... ok
> test_get_gsyn (unittests.test_population.PopulationTest) ... ok
> test_get_multiple_homogeneous_params_with_gather 
> (unittests.test_population.PopulationTest) ... ok
> test_get_multiple_inhomogeneous_params_with_gather 
> (unittests.test_population.PopulationTest) ... ok
> test_get_multiple_params_no_gather (unittests.test_population.PopulationTest) 
> ... ok
> test_get_positions (unittests.test_population.PopulationTest) ... ok
> test_get_sequence_param (unittests.test_population.PopulationTest) ... ok
> test_get_single_param_with_gather (unittests.test_population.PopulationTest) 
> ... ok
> test_get_spike_counts (unittests.test_population.PopulationTest) ... ok
> test_get_spikes_with_gather (unittests.test_population.PopulationTest) ... ok
> test_get_v (unittests.test_population.PopulationTest) ... ok
> test_id_to_index (unittests.test_population.PopulationTest) ... ok
> test_id_to_index_with_array (unittests.test_population.PopulationTest) ... ok
> test_id_to_index_with_invalid_id (unittests.test_population.PopulationTest) 
> ... ok
> test_id_to_index_with_invalid_ids (unittests.test_population.PopulationTest) 
> ... ok
> test_id_to_index_with_populationview 
> (unittests.test_population.PopulationTest) ... ok
> test_initialize (unittests.test_population.PopulationTest) ... ok
> test_inject (unittests.test_population.PopulationTest) ... ok
> test_inject_into_invalid_celltype (unittests.test_population.PopulationTest) 
> ... ok
> test_iter (unittests.test_population.PopulationTest) ... ok
> test_meanSpikeCount (unittests.test_population.PopulationTest) ... ok
> test_mean_spike_count (unittests.test_population.PopulationTest) ... ok
> test_nearest (unittests.test_population.PopulationTest) ... ok
> test_position_generator (unittests.test_population.PopulationTest) ... ok
> test_printSpikes (unittests.test_population.PopulationTest) ... ok
> test_print_gsyn (unittests.test_population.PopulationTest) ... ok
> test_print_v (unittests.test_population.PopulationTest) ... ok
> test_record_gsyn (unittests.test_population.PopulationTest) ... ok
> test_record_invalid_variable (unittests.test_population.PopulationTest) ... ok
> test_record_v (unittests.test_population.PopulationTest) ... ok
> test_record_with_multiple_variables 
> (unittests.test_population.PopulationTest) ... ok
> test_record_with_single_variable (unittests.test_population.PopulationTest) 
> ... ok
> test_record_with_v_and_spikes (unittests.test_population.PopulationTest) ... 
> ok
> test_rset (unittests.test_population.PopulationTest) ... ok
> test_sample (unittests.test_population.PopulationTest) ... ok
> test_save_positions (unittests.test_population.PopulationTest) ... ok
> test_set (unittests.test_population.PopulationTest) ... ok
> test_set_array (unittests.test_population.PopulationTest) ... ok
> test_set_invalid_name (unittests.test_population.PopulationTest) ... ok
> test_set_invalid_type (unittests.test_population.PopulationTest) ... ERROR
> test_set_positions (unittests.test_population.PopulationTest) ... ok
> test_set_random_distribution_parallel_safe 
> (unittests.test_population.PopulationTest) ... ok
> test_set_random_distribution_parallel_unsafe 
> (unittests.test_population.PopulationTest) ... ok
> test_set_sequence (unittests.test_population.PopulationTest) ... ok
> test_set_structure (unittests.test_population.PopulationTest) ... ok
> test_tset (unittests.test_population.PopulationTest) ... ok
> test___add__three (unittests.test_populationview.PopulationViewTest) ... ok
> test___add__two (unittests.test_populationview.PopulationViewTest) ... ok
> test__getitem__int (unittests.test_populationview.PopulationViewTest) ... ok
> test__getitem__invalid (unittests.test_populationview.PopulationViewTest) ... 
> ok
> test__getitem__list (unittests.test_populationview.PopulationViewTest) ... ok
> test__getitem__slice (unittests.test_populationview.PopulationViewTest) ... ok
> test__getitem__tuple (unittests.test_populationview.PopulationViewTest) ... ok
> test__len__ (unittests.test_populationview.PopulationViewTest) ... ok
> test_can_record (unittests.test_populationview.PopulationViewTest) ... ok
> test_create_with_boolean_array_selector 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_create_with_index_array_selector 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_create_with_slice_selector 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_describe (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_data_with_gather (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_get_multiple_homogeneous_params_with_gather 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_multiple_inhomogeneous_params_with_gather 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_positions (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_sequence_param (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_get_single_homogeneous_param_with_gather 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_get_spike_counts (unittests.test_populationview.PopulationViewTest) ... 
> ok
> test_id_to_index (unittests.test_populationview.PopulationViewTest) ... ok
> test_id_to_index_with_array 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_id_to_index_with_invalid_id 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_index_from_parent_index 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_index_in_grandparent (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_inject (unittests.test_populationview.PopulationViewTest) ... ok
> test_inject_into_invalid_celltype 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_iter (unittests.test_populationview.PopulationViewTest) ... ok
> test_mean_spike_count (unittests.test_populationview.PopulationViewTest) ... 
> ok
> test_nearest (unittests.test_populationview.PopulationViewTest) ... ok
> test_position_generator (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_record_gsyn (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_invalid_variable 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_v (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_with_multiple_variables 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_with_single_variable 
> (unittests.test_populationview.PopulationViewTest) ... ok
> test_record_with_v_spikes (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_rset (unittests.test_populationview.PopulationViewTest) ... ok
> test_sample (unittests.test_populationview.PopulationViewTest) ... ok
> test_save_positions (unittests.test_populationview.PopulationViewTest) ... ok
> test_set (unittests.test_populationview.PopulationViewTest) ... ok
> test_set_array (unittests.test_populationview.PopulationViewTest) ... ok
> test_set_invalid_name (unittests.test_populationview.PopulationViewTest) ... 
> ok
> test_set_invalid_type (unittests.test_populationview.PopulationViewTest) ... 
> ERROR
> test_set_sequence (unittests.test_populationview.PopulationViewTest) ... ok
> test_set_structure (unittests.test_populationview.PopulationViewTest) ... ok
> test_structure_property (unittests.test_populationview.PopulationViewTest) 
> ... ok
> test_tset (unittests.test_populationview.PopulationViewTest) ... ok
> test_check_weights_with_array (unittests.test_projection.CheckTest) ... ok
> test_check_weights_with_invalid_value (unittests.test_projection.CheckTest) 
> ... ok
> test_check_weights_with_scalar (unittests.test_projection.CheckTest) ... ok
> test_create_simple (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_default_receptor_type 
> (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_fast_synapse_dynamics 
> (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_homogeneous_postsynaptic_assembly 
> (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_inhomogeneous_postsynaptic_assembly 
> (unittests.test_projection.ProjectionTest) ... ok
> test_create_with_invalid_type (unittests.test_projection.ProjectionTest) ... 
> ok
> test_create_with_presynaptic_assembly 
> (unittests.test_projection.ProjectionTest) ... ok
> test_describe (unittests.test_projection.ProjectionTest) ... ok
> test_get_plasticity_attribute_as_list 
> (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_array (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_array_with_multapses 
> (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_array_with_multapses_min 
> (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_list (unittests.test_projection.ProjectionTest) ... ok
> test_get_weights_as_list_no_address 
> (unittests.test_projection.ProjectionTest) ... ok
> test_parameter_StaticSynapse_random_distribution 
> (unittests.test_projection.ProjectionTest) ... ok
> test_parameter_TsodyksMarkramSynapse_random_distribution 
> (unittests.test_projection.ProjectionTest) ... ok
> test_save_connections_with_gather (unittests.test_projection.ProjectionTest) 
> ... ok
> test_size_with_gather (unittests.test_projection.ProjectionTest) ... ok
> test_synapse_with_lambda_parameter (unittests.test_projection.ProjectionTest) 
> ... ok
> test_weightHistogram (unittests.test_projection.ProjectionTest) ... ok
> unittests.test_recording.test_Recorder_create ... ok
> unittests.test_recording.test_Recorder_invalid_variable ... ok
> unittests.test_recording.test_record ... ok
> unittests.test_recording.test_filter_recorded ... ok
> unittests.test_recording.test_get ... ok
> unittests.test_recording.test_metadata_property ... ok
> test_callbacks (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> test_current_time (unittests.test_simulation_control.TestSimulationControl) 
> ... ok
> test_current_time_two_runs 
> (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_end (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_max_delay (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> test_min_delay (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> test_num_processes (unittests.test_simulation_control.TestSimulationControl) 
> ... SKIP: test requires mpi4py
> test_rank (unittests.test_simulation_control.TestSimulationControl) ... SKIP: 
> test requires mpi4py
> test_reset (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_run (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_run_twice (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> test_setup (unittests.test_simulation_control.TestSimulationControl) ... ok
> test_time_step (unittests.test_simulation_control.TestSimulationControl) ... 
> ok
> unittests.test_space.Grid2D_Test.test_calculate_size ... ok
> unittests.test_space.Grid2D_Test.test_generate_positions ... ok
> unittests.test_space.Grid3D_Test.test_calculate_size ... ok
> unittests.test_space.Grid3D_Test.test_generate_positions ... ok
> test__eq__ (unittests.test_space.LineTest) ... ok
> test_generate_positions (unittests.test_space.LineTest) ... ok
> test_generate_positions_default_parameters (unittests.test_space.LineTest) 
> ... ok
> test_get_parameters (unittests.test_space.LineTest) ... ok
> test_cylindrical_space (unittests.test_space.SpaceTest) ... ok
> test_generator_for_infinite_space_with_3D_distances 
> (unittests.test_space.SpaceTest) ... ok
> test_infinite_space_with_3D_distances (unittests.test_space.SpaceTest) ... ok
> test_infinite_space_with_collapsed_axes (unittests.test_space.SpaceTest) ... 
> ok
> test_infinite_space_with_scale_and_offset (unittests.test_space.SpaceTest) 
> ... ok
> unittests.test_space.TestCuboid.test_sample ... ok
> unittests.test_space.TestRandomStructure.test_generate_positions ... ok
> unittests.test_space.TestSphere.test__create ... ok
> unittests.test_space.TestSphere.test_sample ... ok
> unittests.test_space.test_distance ... ok
> unittests.test_standardmodels.test_build_translations ... ok
> unittests.test_standardmodels.test_has_parameter ... ok
> unittests.test_standardmodels.test_get_parameter_names ... ok
> Instantiating a StandardModelType should set self.parameter_space to a ... ok
> unittests.test_standardmodels.test_translate ... ok
> unittests.test_standardmodels.test_translate_with_invalid_transformation ... 
> ok
> unittests.test_standardmodels.test_translate_with_divide_by_zero_error ... ok
> unittests.test_standardmodels.test_reverse_translate ... ok
> unittests.test_standardmodels.test_reverse_translate_with_invalid_transformation
>  ... ok
> unittests.test_standardmodels.test_simple_parameters ... ok
> unittests.test_standardmodels.test_scaled_parameters ... ok
> unittests.test_standardmodels.test_computed_parameters ... ok
> unittests.test_standardmodels.test_describe ... ok
> unittests.test_standardmodels.test_describe_synapse_type ... ok
> unittests.test_standardmodels.test_STDPMechanism_create ... ok
> unittests.test_standardmodels.test_STDPMechanism_create_invalid_types ... ok
> test_get_script_args (unittests.test_utility_functions.GetArgTests) ... ok
> test_notify (unittests.test_utility_functions.NotifyTests) ... ok
> test_dynamic (unittests.test_utility_functions.ProgressBarTest) ... ok
> test_fixed (unittests.test_utility_functions.ProgressBarTest) ... ok
> test_diff (unittests.test_utility_functions.TimerTest) ... ok
> test_timer (unittests.test_utility_functions.TimerTest) ... ok
> 
> ======================================================================
> ERROR: test_set_invalid_type (unittests.test_population.PopulationTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/test/unittests/test_population.py",
>  line 310, in test_set_invalid_type
>     self.assertRaises(errors.InvalidParameterValueError, p.set, tau_m={})
>   File "/usr/lib/python3.9/unittest/case.py", line 739, in assertRaises
>     return context.handle('assertRaises', args, kwargs)
>   File "/usr/lib/python3.9/unittest/case.py", line 201, in handle
>     callable_obj(*args, **kwargs)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/pyNN/common/populations.py",
>  line 364, in set
>     self._set_parameters(parameter_space)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/pyNN/mock/populations.py", 
> line 86, in _set_parameters
>     parameter_space.evaluate(simplify=False, mask=self._mask_local)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/pyNN/parameters.py", line 
> 361, in evaluate
>     self._parameters[name] = value[mask]
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 49, in wrapped_meth
>     return meth(self, *args, **kwargs)
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 362, in __getitem__
>     return self._partially_evaluate(addr, simplify=False)
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 400, in 
> _partially_evaluate
>     raise ValueError("invalid base value for array (%s)" % self.base_value)
> ValueError: invalid base value for array ({})
> -------------------- >> begin captured logging << --------------------
> PyNN: DEBUG: In Population 'population337', initialising v to -65.0
> PyNN: DEBUG: In Population 'population337', initialising gsyn_exc to 0.0
> PyNN: DEBUG: In Population 'population337', initialising gsyn_inh to 0.0
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_set_invalid_type 
> (unittests.test_populationview.PopulationViewTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/test/unittests/test_populationview.py",
>  line 325, in test_set_invalid_type
>     self.assertRaises(errors.InvalidParameterValueError, pv.set, tau_m={})
>   File "/usr/lib/python3.9/unittest/case.py", line 739, in assertRaises
>     return context.handle('assertRaises', args, kwargs)
>   File "/usr/lib/python3.9/unittest/case.py", line 201, in handle
>     callable_obj(*args, **kwargs)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/pyNN/common/populations.py",
>  line 364, in set
>     self._set_parameters(parameter_space)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build/pyNN/mock/populations.py", 
> line 32, in _set_parameters
>     self.parent._parameters[name][self.mask] = value.evaluate(simplify=True)
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 49, in wrapped_meth
>     return meth(self, *args, **kwargs)
>   File "/usr/lib/python3/dist-packages/lazyarray.py", line 512, in evaluate
>     raise ValueError("invalid base value for array")
> ValueError: invalid base value for array
> -------------------- >> begin captured logging << --------------------
> PyNN: DEBUG: In Population 'population390', initialising v to -65.0
> PyNN: DEBUG: In Population 'population390', initialising gsyn_exc to 0.0
> PyNN: DEBUG: In Population 'population390', initialising gsyn_inh to 0.0
> --------------------- >> end captured logging << ---------------------
> 
> ----------------------------------------------------------------------
> Ran 427 tests in 1.359s
> 
> FAILED (SKIP=25, errors=2)
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pynn/build; python3.9 -m nose -v test
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.10 
> 3.9" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/pynn_0.9.6-2_unstable.log

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 marking 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.

--- End Message ---
--- Begin Message ---
Source: pynn
Source-Version: 0.10.0-1
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pynn, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Étienne Mollier <emoll...@debian.org> (supplier of updated pynn package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 22 Dec 2021 21:51:20 +0100
Source: pynn
Architecture: source
Version: 0.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1002365
Changes:
 pynn (0.10.0-1) unstable; urgency=medium
 .
   * New upstream version
   * Standards-Version: 4.6.0 (routine-update)
   * d/patches/: erase unused patch
   * Add python-3.10.patch: fix build time tests.  (Closes: #1002365)
   * d/copyright: add myself to bump year
Checksums-Sha1:
 b91b867e224ed8e0f83e2eb3bc6da7fda03b0a91 2298 pynn_0.10.0-1.dsc
 bc696fe03c9a87e083d6747918314dac36fc7522 3173807 pynn_0.10.0.orig.tar.gz
 af5dff45da3a249516d5ff95f25c06b075291b42 10940 pynn_0.10.0-1.debian.tar.xz
 8a9f69560038cd2edcf545d38e5eed9af1c557a8 8928 pynn_0.10.0-1_amd64.buildinfo
Checksums-Sha256:
 076bb462eb5ecd1c45a0c32cac0fefba342d935fcabd3a31098103fec197d6a0 2298 
pynn_0.10.0-1.dsc
 42bfefed9029982b131b64a752866534403706bbd6e766bb01970345711d937d 3173807 
pynn_0.10.0.orig.tar.gz
 bb290af35afc5322199409bf8e5ca9ced864fdabb0080f25a80b63ce20d8fb8a 10940 
pynn_0.10.0-1.debian.tar.xz
 dd8d0faec767f38e5aa2cb4383cbc3a758b9dcb56a3d41606e8f0eb86a849b17 8928 
pynn_0.10.0-1_amd64.buildinfo
Files:
 3eb718e39e1c224cd7af2bfbc6da8305 2298 python optional pynn_0.10.0-1.dsc
 6b05658b4255ab0a44cbdb088eaed3b3 3173807 python optional 
pynn_0.10.0.orig.tar.gz
 3822e996ccf338e138ab8132b5ab276d 10940 python optional 
pynn_0.10.0-1.debian.tar.xz
 ee04444950b090def5bdad241d34c380 8928 python optional 
pynn_0.10.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmHDlQQUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdpsiQ/+IvWxNkTXPnTK+4ILPTwq+pU75Mwj
fEOTvH754+KXxOwg8kG/SRmfy1mgJosy1KHggKIBSRvh/xCmcpFxpE8GvffHqFNi
gL2P8jegaSTyKTaB2xjMg6xcJIaOhcUE9Gm5Xdzpk6VhhWoMwNAAmqaL7faaqXlx
5VNqMYwFHmlsCP+Sv1fDs5ZpLf/jmctmucWYfxaiU9O9DVbwYmcOfkBb5oHOp71V
Qq1EfvN7If5BIMQh07H5PnpwEJbS06ugod6uyXnhfMn5FPIe3BeqRq+D3W9x8PTj
cUed6wAvrJoiq/wKGpgatHvNKqfN0DY25xJoXVnsC4o2oUWxGjvZpkMTB9PO8xAo
r7nKxS+4h3QyT6eK5QwPduDh6Nni2JsiK1Xp3BMGPxPg0oBwc8w592vun6DC6JAY
gLN7+NhEzs2lhRiVlsm7Ls1JWJU7D1Wvj3RJt47DPCVp0uw5g8f8IkZrMPXgYRe1
KVZbzgXjhIioA5THS1YdpIP+mtgaKLSQjsHKP8B72saE5+myjPpF2TmrIY0xHh6F
E+40SKYnlSiTJy4jsqlM+VbfEUAbPqpTA8SU8x3D9sVdA2sB6h28aLdtUK/n7sL6
7BxEaZAgoOLsQe745NDjnnjzXXlWRnJSYJvDYcABpKzYrNPoDxY9bf29ZlKzwWYA
nqSYjpoVZO8WLNQ=
=SftY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to