Ticket #1 (assigned task)
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
Note: See
TracTickets for help on using
tickets.
