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.
1 parent 9f0c26f commit 3c12285Copy full SHA for 3c12285
pyneuroml/__init__.py
@@ -12,7 +12,7 @@
12
__version__ = importlib_metadata.version("pyNeuroML")
13
14
15
-JNEUROML_VERSION = "0.13.3"
+JNEUROML_VERSION = "0.13.4"
16
17
# Define a logger for the package
18
logging.basicConfig(
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:
0 commit comments