Closed MauriceHendrix closed 4 years ago
I removed the line cf = self.create_quantity(cf, units / original_variable.units) from the convert function
cf = self.create_quantity(cf, units / original_variable.units)
It doesn't seem needed and was causing issues in chaste_codegen
Also tested chaste_codegen with the change
Description
I removed the line
cf = self.create_quantity(cf, units / original_variable.units)
from the convert functionMotivation 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