Skip to content
Snippets Groups Projects
Commit d33d4df9 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fix warning (adapt to new spack version)

Change-Id: I8cef197417c28dfcabdf9b3cc23d7461d24adb47
parent 05a4c0b7
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ class HwTestPygrenadeVx(unittest.TestCase): ...@@ -109,7 +109,7 @@ class HwTestPygrenadeVx(unittest.TestCase):
ext_pop_descr = network_builder.add(ext_pop) ext_pop_descr = network_builder.add(ext_pop)
cadc_recording = grenade.CADCRecording() cadc_recording = grenade.CADCRecording()
recorded_neurons = list() recorded_neurons = []
for nrn_id in range(int_pop_size): for nrn_id in range(int_pop_size):
recorded_neurons.append( recorded_neurons.append(
grenade.CADCRecording.Neuron( grenade.CADCRecording.Neuron(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment