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 fff20f2 commit 0e96f7bCopy full SHA for 0e96f7b
pyneuroml/sbml/__init__.py
@@ -13,6 +13,8 @@
13
def validate_sbml_files(input_files: List[str], strict_units: bool = False) -> bool:
14
"""Validate input files using libsbml.SBMLDocument.checkConsistency
15
16
+ .. versionadded:: 1.1.5
17
+
18
:param input_files: a list of one or more filepaths
19
:type input_files: list(str)
20
:param strict_units: toggle whether unit consistency warnings should be
0 commit comments