nico 7 years ago
parent
commit
0e0bfa4b57
1 changed files with 2 additions and 1 deletions
  1. 2 1
      kalliope/core/LIFOBuffer.py

+ 2 - 1
kalliope/core/LIFOBuffer.py

@@ -203,4 +203,5 @@ class LIFOBuffer(with_metaclass(Singleton, object)):
                     self.reset_lifo = False
                     raise SynapseListAddedToLIFO
             else:
-                raise Serialize
+                # the neuron has not been processed but we still need to remove it from the list
+                matched_synapse.neuron_fifo_list.remove(neuron)