Expected: Select one of DropOutRand or Line and invoke it with the given probability (10% or 40%).
Actual: Select one of DroupOutRand or Line and invoke it with 100% probability.
This PR changes Actual to Expected, and allows OneOf to be used as an Effect.
Expected: Select one of
DropOutRand
orLine
and invoke it with the given probability (10% or 40%). Actual: Select one ofDroupOutRand
orLine
and invoke it with 100% probability.This PR changes Actual to Expected, and allows
OneOf
to be used as anEffect
.