dedbe3bb9e99e8d24cda47b8efa521355ff8b367,spynnaker/pyNN/models/recording_common.py,RecordingCommon,_get_recorded_variable,#RecordingCommon#Any#,109
Before Change
return self._get_gsyn_excitatory()
elif variable == "gsyn_inh":
return self._get_gsyn_inhibitory()
elif variable == "v":
return self._get_v()
elif variable == "spikes":
return self._get_spikes()
After Change
"This population has not got the capability to record {}"
"".format(variable))
if not globals_variables.get_simulator().has_ran :
logger.warn(
"The simulation has not yet run, therefore {} cannot"
" be retrieved, hence the list will be empty "
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: SpiNNakerManchester/sPyNNaker
Commit Name: dedbe3bb9e99e8d24cda47b8efa521355ff8b367
Time: 2017-06-26
Author: brenninc@cs.man.ac.uk
File Name: spynnaker/pyNN/models/recording_common.py
Class Name: RecordingCommon
Method Name: _get_recorded_variable
Project Name: SpiNNakerManchester/sPyNNaker
Commit Name: 7fcb0c7436d79a7589b0a8de4788b19b088ba686
Time: 2020-04-23
Author: Andrew.Rowley@manchester.ac.uk
File Name: spynnaker/pyNN/models/neuron/implementations/neuron_impl_standard.py
Class Name: NeuronImplStandard
Method Name: get_data
Project Name: SpiNNakerManchester/sPyNNaker
Commit Name: f32bb0df385541cc326cab2b6e1c1c2af45dd450
Time: 2018-09-22
Author: Andrew.Rowley@manchester.ac.uk
File Name: spynnaker/pyNN/models/pynn_population_common.py
Class Name: PyNNPopulationCommon
Method Name: __init__