There is this issue in th composition.y:
|
# TODO in no function, there is more than one factor, therefore the |
|
# use case of the following calculation is questioned |
|
# are the costs per operation calculated correctly for conversions? |
|
# Shouldnt there be a multiplication with the efficiency? |
|
factorVal = 1.0 |
Solving this requires deep understanding into the mathematical operation within this function. Without that, solving this issue will be way too challenging.