ModellingWebLab / cellmlmanip

CellML loading and model equation manipulation
Other
3 stars 1 forks source link

removed unneeded line #285

Closed MauriceHendrix closed 4 years ago

MauriceHendrix commented 4 years ago

Description

I removed the line cf = self.create_quantity(cf, units / original_variable.units) from the convert function

Motivation and Context

It doesn't seem needed and was causing issues in chaste_codegen

Types of changes

Checklist:

Testing

Also tested chaste_codegen with the change