We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a0f8 commit 10cca42Copy full SHA for 10cca42
test/rand_tangent.jl
@@ -69,6 +69,7 @@ struct Bar
69
(sin, NoTangent),
70
# all fields NoTangent implies NoTangent
71
(Pair(:a, "b"), NoTangent),
72
+ (CartesianIndex(2, 3), NoTangent),
73
74
# LinearAlgebra types
75
(
0 commit comments