9c38bad3e9073695af53b37753fc4fbcad459247,spynnaker/pyNN/models/common/neuron_recorder.py,NeuronRecorder,recorded_ids_by_slice,#NeuronRecorder#Any#,461
Before Change
:rtype: list(int)
return [_id
for _id, variable in enumerate(self.__sampling_rates.keys())
if self._is_recording(variable, vertex_slice)]
def _compute_rate(self, sampling_interval):
Convert a sampling interval into a rate. \
After Change
if self._is_recording(variable, vertex_slice)]
// per-timestep variables are always defined, but the region is declared
// after the other variables
variables.extend([
self.__region_ids[variable]
for variable in self.__per_timestep_variables
if variable in self.__per_timestep_recording])
return variables
def _compute_rate(self, sampling_interval):
Convert a sampling interval into a rate. \
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: SpiNNakerManchester/sPyNNaker
Commit Name: 9c38bad3e9073695af53b37753fc4fbcad459247
Time: 2020-08-12
Author: Andrew.Rowley@manchester.ac.uk
File Name: spynnaker/pyNN/models/common/neuron_recorder.py
Class Name: NeuronRecorder
Method Name: recorded_ids_by_slice
Project Name: pfnet/optuna
Commit Name: 2e7dc431b92fd66702ec1c1cd3142c3335c0f490
Time: 2020-11-10
Author: imamura@ms.k.u-tokyo.ac.jp
File Name: optuna/storages/_rdb/storage.py
Class Name: RDBStorage
Method Name: _update_trial
Project Name: etal/cnvkit
Commit Name: ec576f6724639d899e39664558c2cf0ddd052449
Time: 2015-11-18
Author: eric.talevich@gmail.com
File Name: cnvlib/export.py
Class Name:
Method Name: fmt_cdt