We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f0c26f + f01b762 commit 504ec07Copy full SHA for 504ec07
pyneuroml/pynml.py
@@ -567,7 +567,7 @@ def _evaluate_arguments(args):
567
568
# Deal with the SBML validation option which doesn't call run_jneuroml
569
if args.validate_sbml or args.validate_sbml_units:
570
- file_types = ["sbml"]
+ file_types = ["sbml","xml"]
571
try:
572
from pyneuroml.sbml import validate_sbml_files
573
except Exception:
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pyNeuroML
3
-version = 1.3.7
+version = 1.3.8
4
author = Padraig Gleeson
5
author_email = p.gleeson@gmail.com
6
url = https://github.com/NeuroML/pyNeuroML
0 commit comments