modsim / FluxML

A Universal Modeling Language for Metabolic Flux Analysis
MIT License
9 stars 6 forks source link

not helpful error message / needless strict element order #20

Open mbeyss opened 2 years ago

mbeyss commented 2 years ago

Parsing failed: cfg "XXX": error parsing measurement element: [unexpected extra content in element "model"]

This occurs if inside <configuration><measurement><model> either a non existing tag is introduced, or the order of tags is switched.

In the first case the error should explicitly mention the wrong element. The second case should actually not be an error