-
Notifications
You must be signed in to change notification settings - Fork 21
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
org.lemsml.jlems.test.LemsExamplesReaderTest fails on display error #52
Comments
@rgerkin For errors like this when installing jNeuroML from source, I'd recommend going through each of jLEMS, org.neuroml.model, org.neuroml.export, org.neuroml.import, jNeuroML and
Though it seems it's just jLEMS you have the problem with, which is simplest in terms of dependencies. Current development branch is passing fine: https://travis-ci.org/LEMS/jLEMS/branches |
@pgleeson OK, thanks, that fixed that problem. Now how do I go about making this the jnml that ends up in |
@rgerkin Best way for you to do that locally is just to copy the jar from jNeuroML/target/jNeuroML-0.8.3-jar-with-dependencies.jar to pyNeuroML/pyneuroml/lib/jNeuroML-0.8.3-jar-with-dependencies.jar and python setup.py install again. I wanted to do a binary release with these, but have some more testing to complete before doing that. A week or so... |
@pgleeson Thanks, everything works great now. |
OSX 10.12.6
python getNeuroML.py development
fails with:Tests run: 37, Failures: 0, Errors: 1, Skipped: 0
stdout for the whole suite of tests is a bit hard to read (none of the
\n
or\r
chars got correctly escaped in my terminal) but the error is in this test:There is some display variable issue.
I need to install this development version to get the changes you added a few weeks ago to allow include paths to be specified in the jnml command.
The text was updated successfully, but these errors were encountered: