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

Modeldb integration: all names now comply with PEP8 #24

Closed uricohen closed 12 years ago

uricohen commented 12 years ago

Additional feedback is most welcome! Also added fields for year, authors, description, reference, url

mattions commented 12 years ago

What is the to_text method for? (f.e.: https://github.com/uricohen/neuronvisio/commit/ce07356bf44ca07008559cb9e92fa310fc7b672e#L0R59)

Can't we use the classic str() to return the value in a string form?

uricohen commented 12 years ago

As you can see, it does 3 things:

If there's a better way to achieve any of those, tell me. Uri

On Fri, Sep 23, 2011 at 10:20 AM, Michele Mattioni < reply@reply.github.com>wrote:

What is the to_text method for? (f.e.: https://github.com/uricohen/neuronvisio/commit/ce07356bf44ca07008559cb9e92fa310fc7b672e#L0R59 )

Can't we use the classic str() to return the value in a string form?

Reply to this email directly or view it on GitHub: https://github.com/mattions/neuronvisio/pull/24#issuecomment-2176042

        Uri Cohen