openworm / muscle_model

Model of C elegans body wall muscle based on Boyle & Cohen 2008
http://www.opensourcebrain.org/projects/muscle_model
Other
47 stars 24 forks source link

Which version of libNeuroML? #1

Closed jaidhyani closed 9 years ago

jaidhyani commented 11 years ago

Which commit or libNeuroML is muscle_model currently built against? I'm pretty sure it's not the current master or development branch, which appear to have been significantly restructured.

vellamike commented 11 years ago

As you correctly observe muscle_model will not work with the latest version of libNeuroML. This is because it was built when libNeuroML was still at prototype stage. I have opened an issue and will fix this ASAP.

slarson commented 9 years ago

I believe this issue is now obsolete as there have been several new releases of libNeuroML that run the muscle_model. Please reopen if not.

slarson commented 9 years ago

Actually, I realized this has also been answered implicitly by the .travis.yml script. It uses the following lines to run its tests:

git clone https://github.com/NeuralEnsemble/libNeuroML.git cd libNeuroML git checkout development python setup.py install