PEtab icon indicating copy to clipboard operation
PEtab copied to clipboard

Noise formulas should not contain spaces

Open FFroehlich opened this issue 5 years ago • 1 comments

specifying 'noiseFormula' as 'lambda reg' will make

https://github.com/ICB-DCM/AMICI/blob/16e3d762a94a35d21825f904d9d4381f82d117ab/python/amici/petab_import.py#L502

fail since sp.sympify('lambda reg'). I assume this will be a general issue and is not related to amici and that amici does sufficiently input check the provided petab.

FFroehlich avatar Feb 20 '20 21:02 FFroehlich

Is this implemented in the validation? if not, this would be important.

JanHasenauer avatar Mar 21 '20 14:03 JanHasenauer