I’m having a little difficulty with a code defined as “Use the same method as another code”.
I defined OOD as “Average of non-discarded races”, which works as I expect in this case.
I then defined AVG as “Use the same method as another code” with the value OOD.
If I take a set of results which include some OOD scores and change OOD to AVG I get different results for those races (which actually correspond to DNS for those races).
If I define AVG directly as “Average of non-discarded races” it’s fine.
Obviously I can do that, but I’m curious as to why I’m finding this - probably some user error!