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
With the merge of #159 a bug was introduced. Since we enforce rounding every value to the nearest integer, all default rates are set to 0. This is bad. The proper rule should be 'every default parameter value that is greater than 1.0 should be rounded to the nearest whole number. any value less than 1.0 should be left alone'
The text was updated successfully, but these errors were encountered:
With the merge of #159 a bug was introduced. Since we enforce rounding every value to the nearest integer, all default rates are set to 0. This is bad. The proper rule should be 'every default parameter value that is greater than 1.0 should be rounded to the nearest whole number. any value less than 1.0 should be left alone'
The text was updated successfully, but these errors were encountered: