Ticket #106 (closed defect: fixed)

Opened 1 month ago

Last modified 1 month ago

Recorder.write() doesn't overwrite old file if gather=True

Reported by: jie.bao@gmail.com Assigned to: apdavison
Priority: minor Milestone: Release 0.5.0
Component: nest2 Version: trunk
Keywords: recorder, write, gather Cc:

Description

similar as ticket #104, see nest2/__init__.py line 189. although one has to use '>>' to append all node files to the root file, but the current implementation doesn't check or remove the root file from the previous simulation, thus the root file will grow larger and larger as the user keeps running her simulation.

Change History

07/18/08 14:29:31 changed by apdavison

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to Release 0.5.0.

Fixed in r424