Donal Fellows
Donal Fellows
I've been using coveralls with our unit tests across our public repositories for a while now, and it works pretty great (I've got things ported to using Github Actions and...
Also added a dependabot rule so that things shouldn't get out of date again
Lots of small changes (successor to #836 among others)
The following sPyNNaker binaries should be at least minimally tested (do they run?), at least in an overnight test: - [x] `IF_cond_exp_stdp_mad_nearest_pair_additive.aplx` - [ ] `IF_cond_exp_stdp_mad_nearest_pair_additive_structural_last_neuron_distance_weight.aplx` - [ ] `IF_cond_exp_stdp_mad_pair_additive_structural_last_neuron_distance_weight.aplx`...
Miscellaneous bits extracted from #857, mostly documentation tweaking to ensure that we always use the same active verb tense for brief descriptions of C functions.
If you have a SpikeSourcePoisson configured to be in fast mode (so there are multiple λ terms) and you read the parameters back off the machine, the result will be...
https://github.com/SpiNNakerManchester/sPyNNaker/blob/6d4b17dea981455fc49b19312c549bd87608e69e/spynnaker/pyNN/connections/spynnaker_poisson_control_connection.py#L113 Should that be `control_label` instead of `label`, which is calculated from `label` a few lines above?
Report the sPyNNaker graph of populations and projections so that we can see (at least a summary of) what user code has told our system to do.
The new CSA connector is broke. One of the ways it is broke is that it needs the `csa` package. The `csa` package needs to be able to execute inside...