sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
38 stars 28 forks source link

Change model failures to slightly more likely mistake. #373

Open luciansmith opened 1 month ago

luciansmith commented 1 month ago

The original version of these files was indeed wrong as per the failure they are supposed to test, but it's slightly more likely that someone might make a mistake putting in a correctly-spelled-but-incorrectly-placed 'modifierSpeciesReference' than they are to put in an incorrectly-spelled-and-also-incorrectly-placed 'modiferSpeciesReference'.

See #372.