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 699fded commit e27214aCopy full SHA for e27214a
test/test_zygote_gradient_wrapper.jl
@@ -27,7 +27,7 @@
27
@test repr(nested) == "∂∂₁log"
28
29
# Also should work with text/plain
30
- @test repr(MIME"text/plain", nested) == "∂∂₁log"
+ @test repr("text/plain", nested) == "∂∂₁log"
31
end
32
33
@testitem "ZygoteGradient evaluation" begin
0 commit comments