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 88459bd commit 0835187Copy full SHA for 0835187
test/rule_definition_tools.jl
@@ -1,6 +1,6 @@
1
@testset "rule_definition_tools.jl" begin
2
@testset "@non_differentiable" begin
3
- @testset "nondiff_2_1" begin
+ @testset "two input one output function" begin
4
nondiff_2_1(x, y) = fill(7.5, 100)[x + y]
5
@non_differentiable nondiff_2_1(::Any, ::Any)
6
@test frule((Zero(), 1.2, 2.3), nondiff_2_1, 3, 2) == (7.5, DoesNotExist())
0 commit comments