Ticket #36 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Recording of a population should not record the population twice when population.record() is called twice, i.e. by accident

Reported by: JensKremkow Owned by: apdavison
Priority: minor Milestone: 0.4.0
Component: common Version:
Keywords: Cc:

Description

I recorded my whole network twice, because I stupidly run my recording part of my network twice. PyNN connected thereby the same spike_detector twice to a neuron, which then printed each spikes twice, which gave my some hard time. PyNN should maybe check if a neuron is already recorded before recording it twice.

Change History

Changed 5 years ago by JensKremkow

  • priority changed from major to minor

Changed 5 years ago by apdavison

  • milestone set to Release 0.4.0

Changed 5 years ago by apdavison

  • status changed from new to closed
  • type changed from enhancement to defect
  • resolution set to fixed

Fixed in r259

Note: See TracTickets for help on using tickets.