Skip to content

Commit 504ec07

Browse files
authored
Merge pull request #419 from NeuroML/experimental
To v1.3.8; allows xml or sbml files to be validated as SBML
2 parents 9f0c26f + f01b762 commit 504ec07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyneuroml/pynml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def _evaluate_arguments(args):
567567

568568
# Deal with the SBML validation option which doesn't call run_jneuroml
569569
if args.validate_sbml or args.validate_sbml_units:
570-
file_types = ["sbml"]
570+
file_types = ["sbml","xml"]
571571
try:
572572
from pyneuroml.sbml import validate_sbml_files
573573
except Exception:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyNeuroML
3-
version = 1.3.7
3+
version = 1.3.8
44
author = Padraig Gleeson
55
author_email = p.gleeson@gmail.com
66
url = https://github.com/NeuroML/pyNeuroML

0 commit comments

Comments
 (0)