Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

fix metricDef fuzzy formula #558

Merged
merged 1 commit into from
Mar 7, 2017
Merged

fix metricDef fuzzy formula #558

merged 1 commit into from
Mar 7, 2017

Commits on Mar 7, 2017

  1. fix metricDef fuzzy formula

    due to the multiplication by 100, it was subtracting way too much,
    so that metricdefs are less likely to be updated.
    However the multiplication is good to turn the float value into a useful
    factor, but then we have to divide again to compensate.
    
    With this fix applied, we will update the metricdef more frequently like
    we were supposed to.
    Dieterbe committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    580eb2c View commit details
    Browse the repository at this point in the history