cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Parse 1.x CellML models transforming them into CellML 2.0 #982

Closed hsorby closed 2 years ago

hsorby commented 2 years ago

Addresses #969.

hsorby commented 2 years ago

This work has been revamped, it now uses a strict mode for the parser and importer with the allowance for setting both parser and importer into a permissive mode (e.g. parser->setStrict(false)). In permissive mode the parser and importer will parse CellML 1.0 and 1.1 models.

agarny commented 2 years ago

Hmm, the GCov test failed. Is that a disk problem? I wanted to re-run that particular test, but it looks like I can't. @hsorby

hsorby commented 2 years ago

I think so but it is happening quite regularly now.