Data2Dynamics / d2d

a modeling environment tailored to parameter estimation in dynamical systems
https://github.com/Data2Dynamics/d2d
57 stars 29 forks source link

Parsing error in R2019b #144

Closed ryvinec closed 3 years ago

ryvinec commented 4 years ago

Hi,

I'm unable to load any model file, due to a Parsing error. I'm using a trial version of Matlab R2019b, with optimisation and symbolic toolbox. Thanks for your help! Romain

clear all; arInit Data 2 Dynamics Software (arFramework3, def-version 3, c-version code_171219b) Website: http://www.data2dynamics.org Contact: Andreas Raue - andreas.raue@fdm.uni-freiburg.de Copyright 2016 D2D Development Team. All rights reserved.

Clearing old D2D mex files from memory [OK]

arLoadModel('ABC_model'); loading model #1, from file Models/ABC_model.def...

ans =

17

Error using arParsingError (line 8) Parsing error in REACTIONS at p1*A_state in model 1 in ABC_model.def

Error in arLoadModel (line 362) arParsingError( fid, 'Parsing error in REACTIONS at %s in model %d', str{1}{:}, m );

clemenskreutz commented 4 years ago

Is this an error that does only occur for R2019 by and not older Matlab Releases? Did you check that on your computer?

ryvinec commented 4 years ago

I used on the same computer D2D with R2016b, working properly, i have never seen that error before. I cannot try other versions in between, though.

adrianhauber commented 3 years ago

I cannot reproduce this issue on R2019b, was probably resolved by a newer commit. Please re-open if it still persists.