nico hace 7 años
padre
commit
0e0bfa4b57
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)