Pylint#1568
Merged
Merged
Conversation
rowleya
approved these changes
Jun 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
similar to SpiNNakerManchester/SpiNNUtils#302
code changes:
rename version._NAME version.NAME
projection/ population/PopulationBase
AbstractSynapseDynamics.get_provenance_data unused do nothing method removed
PushBotRetinaViewer __run removed run_thread param
SmallWorldConnector error raised if allow_self_connections is false
SynapticMatrixApp remove unused __delay_index
PopulationVertex._ring_buffer_expected_upper_bound moved to _Stats
Still used disables
Many classes
spynnaker/pyNN/init.py
spynnaker/pyNN/random_distribution.py
spynnaker/pyNN/types.py
spynnaker/pyNN/connections/spynnaker_live_spikes_connection.py
spynnaker/pyNN/data/spynnaker_data_view.py
spynnaker/pyNN/data/spynnaker_data_writer.py
spynnaker/pyNN/external_devices/init.py
spynnaker/pyNN/external_devices_models/push_bot/ethernet/push_bot_retina_connection.py
spynnaker/pyNN/external_devices_models/push_bot/ethernet/push_bot_translator.py
spynnaker/pyNN/external_devices_models/push_bot/ethernet/push_bot_wifi_connection.py
spynnaker/pyNN/external_devices_models/push_bot/parameters/push_bot_retina_viewer.py
spynnaker/pyNN/extra_algorithms/redundant_packet_count_report.py
spynnaker_neuron_network_specification_report.py
spynnaker/pyNN/models/abstract_pynn_model.py
spynnaker/pyNN/models/defaults.py
spynnaker/pyNN/models/projection.py
spynnaker/pyNN/models/abstract_models/sends_synaptic_inputs_over_sdram.py
spynnaker/pyNN/models/common/population_application_vertex.py
spynnaker/pyNN/models/neural_projections/projection_application_edge.py
spynnaker/pyNN/models/neural_projections/connectors/from_list_connector.py
spynnaker/pyNN/models/neural_projections/connectors/pool_dense_connector.py
spynnaker/pyNN/models/neuron/master_pop_table.py
spynnaker/pyNN/models/neuron/population_machine_common.py
spynnaker/pyNN/models/neuron/population_machine_synapses.py
spynnaker/pyNN/models/neuron/population_vertex.py
spynnaker/pyNN/models/neuron/additional_inputs/abstract_additional_input.py
spynnaker/pyNN/models/neuron/builds/eif_cond_alpha_isfa_ista.py
spynnaker/pyNN/models/neuron/builds/hh_cond_exp.py
spynnaker/pyNN/models/neuron/builds/if_cond_alpha.py
spynnaker/pyNN/models/neuron/builds/if_curr_delta_ca2_adaptive.py
spynnaker/pyNN/models/neuron/builds/if_facets_hardware1.py
spynnaker/pyNN/models/neuron/local_only/local_only_convolution.py
spynnaker/pyNN/models/neuron/neuron_models/neuron_model.py
spynnaker/pyNN/models/neuron/plasticity/stdp/timing_dependence/timing_dependence_pfister_spike_triplet.py
spynnaker/pyNN/models/neuron/plasticity/stdp/timing_dependence/timing_dependence_recurrent.py
spynnaker/pyNN/models/neuron/plasticity/stdp/weight_dependence/weight_dependence_additive.py
spynnaker/pyNN/models/neuron/synapse_dynamics/synapse_dynamics_stdp.py
spynnaker/pyNN/models/neuron/synapse_dynamics
spynnaker/pyNN/models/neuron/threshold_types/abstract_threshold_type.py
spynnaker/pyNN/models/populations/population.py
spynnaker/pyNN/models/populations/population_base.py
spynnaker/pyNN/models/populations/population_view.py
spynnaker/pyNN/models/spike_source/spike_source_poisson.py
spynnaker/pyNN/models/spike_source/spike_source_poisson_machine_vertex.py
spynnaker/pyNN/models/spike_source/spike_source_poisson_variable.py
spynnaker/pyNN/protocols/munich_io_ethernet_protocol.py
spynnaker/pyNN/utilities/constants.py
spynnaker/pyNN/utilities/data_population.py
spynnaker/pyNN/utilities/neo_buffer_database.py
random_stats_vonmises_impl.py
spynnaker_integration_tests/test_stdp/test_STDP_triplet_additive.py