Open
Description
This seems to confuse the tester, it should not expect a tuple length 10 (the input) but shorter.
@test_skip test_frule(filter, >(0.5) ⊢ NoTangent(), xt10; check_inferred=false)
check_result.jl:104
Expression: ActualPrimal === ExpectedPrimal
Evaluated: NTuple{10, Float64} === NTuple{6, Float64}
Also notice that >(0.5)
is not handled, hence the ⊢ NoTangent()
work-around.
MethodError: no method matching zero(::Base.Fix2{typeof(>), Float64})