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 5069b82 commit 263459bCopy full SHA for 263459b
1 file changed
pyenzyme/sbml/validation.py
@@ -118,7 +118,6 @@ def _check_units_exist(doc: EnzymeMLDocument) -> bool:
118
mandatory_unit_objects = [
119
*tools.extract(obj=doc, target=MeasurementData),
120
]
121
- print(f"Found {len(mandatory_unit_objects)} mandatory unit objects.")
122
123
optional_unit_objects = [
124
*tools.extract(obj=doc, target=Parameter),
0 commit comments