NeuralEnsemble / neuroConstruct

neuroConstruct: biophysically detailed neuronal modelling in 3D
http://www.neuroconstruct.org
GNU General Public License v2.0
48 stars 23 forks source link

Pruning large info strings #40

Closed borismarin closed 10 years ago

borismarin commented 10 years ago

Established a threshold for the number of items in cell infostrings, after which they are truncated and the remaining number of items displayed. It honours the "longInfo" flag -- which disables all truncation.

Also organized imports and added faster sorting for lists.

all ant test -Dsimulators='NEURON' passing