libsbml icon indicating copy to clipboard operation
libsbml copied to clipboard

Typo in the tag name

Open SolunarNexus opened this issue 1 year ago • 1 comments

I found a typo during syntactic testing in the file syntactic_tests.v3.4.0/syntactic/21104/21104-fail-01-13-sev2-l3v1.xml on line 33 where element name is modiferSpeciesReference (missing 'i', correct modifierSpeciesReference).

SolunarNexus avatar Feb 25 '24 09:02 SolunarNexus

The validation rule these models are supposed to be checking is if there are incorrect elements as children in the listOfReactants, so technically, both 'modifierSpeciesReference' objects and 'modiferSpeciesReference' objects are both illegal. However, it's a stronger test to check correctly spelled things in the wrong place than incorrectly spelled things in the wrong place, so I've gone ahead and put in a pull request for the change. Thank you for reporting the issue!

luciansmith avatar May 16 '24 00:05 luciansmith