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
We should handle non-integer builder boost factor especially considering our docs reference the formula that can easily result in a non-integer output.
Possible solutions:
round or truncate to integer value, possibly w/ warn log
throw friendly error and shutdown, include documentation update to highlight that
Looks good to me now, applied suggestions from @g11tech and fixed example to use an integer value as --builder.boostFactor does not support floating point numbers
We should handle non-integer builder boost factor especially considering our docs reference the formula that can easily result in a non-integer output.
Possible solutions:
Originally posted by @nflaig in #6295 (review)
The text was updated successfully, but these errors were encountered: