The way to call a function for these functional form conversion in convert_form.py (and also the mixing rule application in nb_converter.py and the NB functional form conversion in nb_converter.py) is currently being done in an ad-hoc manner (assembling the function name and calling it by string). The current version is probably not very robust. Maybe we need to find a way to make this more elegant.
The way to call a function for these functional form conversion in convert_form.py (and also the mixing rule application in nb_converter.py and the NB functional form conversion in nb_converter.py) is currently being done in an ad-hoc manner (assembling the function name and calling it by string). The current version is probably not very robust. Maybe we need to find a way to make this more elegant.