Update ci-test.yml
Merge pull request #11 from openworm/tyson_changes
Add .gitignore for *PYC files
Removed the *pyc files
git rm *.pyc Everyone's local machines will handle these files, we don't need to keep committing them. (Hence the .gitignore).
Ignore *.pyc
Added .gitignore for pyc files so we don't have to constantly deal with committing changes to pyc files.
Also added matplotlib import to code (maybe bad idea?) It got my set up past an error.
installing libneuroml in text env
reverted line 35, listing directory contents prior to test run
cd src
Removed that line of code. It was on line 35 Maybe it makes it so the test ubuntu install is in the wrong directory?
didn't work. Reverting the only way I know how... with another commit. Is the problem with the test or is it that there is no module named neuroml anywhere to be found? It might be easy to find if everything wasn't already called neuroml.
added neuroml import - debugging
Update WrlToNeuroML.py
reverting last commit manually because I don't have access to the repo or tests on my ide.
trying to find this neuroml module. Maybe caps?
trying to import neuroml module.
Merge pull request #9 from openworm/master
latest tests
Update and rename python-app.yml to ci-test.yml
Create python-app.yml
Create .openworm.yml
Merge pull request #3 from PeterMcCluskey/master
include muscles, see notes.txt for details
Merge pull request #2 from nemaload/spine-export
Spine export
New script blenderExportSpine.py for exporting the spine curve from VirtualWorm model
README.md: Mention blenderStraighten.py
Merge pull request #1 from nemaload/master
New script blenderStraighten.py as a preprocessing step that straightens the worm body