Skip to content

Trig Cost: Fix unique rates calculation for disabled items

Aleksandra Poreba requested to merge aporeba/athena:disabled-rate into master

The unique rate for disabled items should be 0.

it is calculated: (weightOR - uniqueRate) / normalisation factor. The weightOR (or the master weight of all passed chains) is usually > 0 and for disabled items, we don't calculate the unique rate - that's why we got false, high numbers

Tagging @dzanzi @tamartin

Merge request reports