-
Notifications
You must be signed in to change notification settings - Fork 10
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
test for valid neuroml2 #21
Comments
Have added backends jNeuroML_validate and jNeuroML_validatev1 for this. |
Shouldn't we always validate nml for any jnml-based backend? Without the need for separated backeds? This way, it seems that we will be delegating functionality to backend names, and the number of different b-e will grow just to implement specific features. |
It can maybe fit within #7 |
There can be some cases where an nml file is known to be not valid, e.g. included new elements, but jNeuroML still treats them as LEMS & jNeuroML successfully runs. If a user wants to explicitly state that all nml files are valid they can easily add a test file like: |
No description provided.
The text was updated successfully, but these errors were encountered: