Ticket #1 (assigned task)

Opened 5 years ago

Last modified 14 months ago

Combine print() and print_v() into a single write() that takes what-to-print as an argument

Reported by: apdavison Owned by: apdavison
Priority: minor Milestone: 0.8.0
Component: unspecified Version: trunk
Keywords: Cc:

Description

Some simulators allow writing variables other than spike times and membrane potential to file. To support these, we should have a single function and a single Population method for writing variables to file.

Also, python tends to use write(), rather than print(), for this kind of thing.

This should be done in a separate branch until we've made a release with the current API.

Change History

Changed 4 years ago by apdavison

  • status changed from new to assigned

Began doing the groundwork for this in the nest2 module by factoring out a lot of the record/print stuff into single methods/functions used for spikes, membrane potential, etc. Now need to do for the other modules.

Changed 4 years ago by apdavison

  • milestone changed from Release 0.4.0 to Release 0.5.0

Changed 3 years ago by apdavison

  • version set to trunk
  • milestone changed from 0.5.0 to 0.6.0

Changed 2 years ago by apdavison

  • milestone changed from 0.6.0 to 0.7.0

Changed 14 months ago by apdavison

  • milestone changed from 0.7.0 to 0.8.0

Postponed to 0.8, as there are already enough API changes in 0.7

Note: See TracTickets for help on using tickets.