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

Conversation

Dieterbe
Copy link
Contributor

@Dieterbe Dieterbe commented Mar 7, 2017

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.

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.
Copy link
Contributor

@replay replay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Dieterbe Dieterbe merged commit 4897134 into master Mar 7, 2017
@Dieterbe Dieterbe deleted the fix-update-def-formula branch January 2, 2018 16:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants