You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
jnml -validate *nml
will validate all *nml files in the present dir (and provide a brief summary), butpynml -validate *nml
will run jnml N times, once for each of the N *nml files.The text was updated successfully, but these errors were encountered: