NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
275 stars 125 forks source link

Check consistency of output formats #19

Closed apdavison closed 11 years ago

apdavison commented 11 years ago

At !CodeJam, some work was done on unifying the output formats (for spikes, membrane potential) of the nest and neuron2 modules. This needs to be throughly tested, and the same done for the pcsim module.


Imported from Trac ticket:17

Opened: 2007-04-24 13:51:00 Last modified: 2007-05-16 13:54:21 Component: unspecified Priority: critical Owner: somebody Reporter: apdavison

apdavison commented 11 years ago

apdavison wrote on 2007-05-16 13:54:21:

The text-only output formats using the 'compatible_output=True' argument are now the same for all the modules. There are some minor differences in header information, but I think this is good enough for releasing 0.3. HDF5 formats (see ticket:23), and user-specified formats (see ticket:24), remain to be implemented/tested.