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 8467723 commit a2a0393Copy full SHA for a2a0393
test/interface.jl
@@ -86,6 +86,7 @@ using Zygote: Grads
86
@testset "constructor with empty args" begin
87
@test length(Params()) == 0
88
@test length(Params(())) == 0
89
+ @test length(Params([])) == 0
90
end
91
92
0 commit comments