-
Notifications
You must be signed in to change notification settings - Fork 5
master to development #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trying to import neuroml module.
trying to find this neuroml module. Maybe caps?
reverting last commit manually because I don't have access to the repo or tests on my ide.
added neuroml import - debugging
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.
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?
reverted line 35, listing directory contents prior to test run
installing libneuroml in text env
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.
git rm *.pyc Everyone's local machines will handle these files, we don't need to keep committing them. (Hence the .gitignore).
Add .gitignore for *PYC files
also added bak to gitignore
…NeuroML into python3_update
fixing the errors caused by the 2to3 module.
Fixing syntax errors
Fixing my syntax errors
Changed it to at least pass the py27 test.
Python3 update
Side by side NeuroML & Blender images
Latest changes - WIP
Python3 update
Nml & blender updated images
More nml images generated
Nml images
pgleeson
added a commit
that referenced
this pull request
Jun 19, 2025
Merge pull request #25 from openworm/master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.