nico 7 년 전
부모
커밋
0e0bfa4b57
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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)