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 dc14f9c commit 233499fCopy full SHA for 233499f
test/lib/number.jl
@@ -3,7 +3,7 @@
3
@test gradient(floor, 1) === (0.0,)
4
@test gradient(ceil, 1) === (0.0,)
5
@test gradient(round, 1) === (0.0,)
6
- @test gradient(hash, 1) === (nothing)
+ @test gradient(hash, 1) === (nothing,)
7
@test gradient(div, 1, 2) === (nothing, nothing)
8
end
9
0 commit comments