mattions / neuronvisio

A Graphical User Interface with 3D Visualization features for NEURON simulation enviroment
https://neuronvisio.readthedocs.io
Other
30 stars 15 forks source link

Updates to ModelDB.xml are not deterministic #42

Open uricohen opened 12 years ago

uricohen commented 12 years ago

If ModelDB.xml is updated by different people (using bin/neuronvisio-modeldb-updater) the result may differ. This is due to non-deterministic of the ordering of Python's dictionary.keys() used to insert new items, as well as due to lack of support of DOM in ordering the items in some way. The ordering of items should be based on model date or id, and hence always consistent across people.

mattions commented 12 years ago

did we resolve this? Or is it still an open issue?

uricohen commented 12 years ago

Didn't resolve it yet.

On Mon, May 7, 2012 at 6:22 PM, Michele Mattioni < reply@reply.github.com

wrote:

did we resolve this? Or is it still an open issue?


Reply to this email directly or view it on GitHub: https://github.com/mattions/neuronvisio/issues/42#issuecomment-5552448

        Uri Cohen