Ticket #36 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
