You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
converts the HV computation result to float. This seems to defeat the very idea why Fractions are available in the moarchiving module.
Possible solutions:
check the converted floats for equality and when equal values are found, subtract the minimal value still in Fraction type before the conversion. This could also be optional.
make the cma package work with Fraction and remove the conversion.
The text was updated successfully, but these errors were encountered:
I believe the current cma package can now deal with Fractions. Hence the idea would be to see whether we still need the float in the following assignment of the values that are later passed to tell (line 500 in development@gitlab):
The line
pycomocma/comocma/como.py
Line 471 in 036abf6
float
. This seems to defeat the very idea whyFractions
are available in themoarchiving
module.Possible solutions:
Fraction
type before the conversion. This could also be optional.cma
package work withFraction
and remove the conversion.The text was updated successfully, but these errors were encountered: