ModellingWebLab / chaste-codegen

Code generation for Chaste based on cellmlmanip
Other
1 stars 1 forks source link

'Abs' function unsupported #33

Closed skeating closed 4 years ago

skeating commented 5 years ago

Generating code for a model that uses 'Abs' tells me that it is not supported. src/weblab-cg/weblab_cg/_printer.py:203: in _print_Function raise ValueError('Unsupported function: ' + str(name)) E ValueError: Unsupported function: Abs

earm_noble_model_1990.cellml

MauriceHendrix commented 4 years ago

@MichaelClerx I'm proposing a fix #42