Skip to content
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

pynml -validate *nml doesn't validate all *nml files at once #166

Closed
pgleeson opened this issue Apr 13, 2022 · 2 comments
Closed

pynml -validate *nml doesn't validate all *nml files at once #166

pgleeson opened this issue Apr 13, 2022 · 2 comments
Labels
good first issue A good issue for newcomers to work on Help wanted T: enhancement Type: enhancement

Comments

@pgleeson
Copy link
Member

jnml -validate *nml will validate all *nml files in the present dir (and provide a brief summary), but pynml -validate *nml will run jnml N times, once for each of the N *nml files.

@sanjayankur31
Copy link
Member

Note that we can now validate models against the schema without needing jnml (using the validate() methods that we've added to each component type python class). We need to migrate the extra tests over from jnml. This is WIP here: NeuralEnsemble/libNeuroML#156

@pgleeson
Copy link
Member Author

pgleeson commented May 3, 2023

Closing as original issue fixed

@pgleeson pgleeson closed this as completed May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good issue for newcomers to work on Help wanted T: enhancement Type: enhancement
Projects
None yet
Development

No branches or pull requests

2 participants