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 715000d commit 8ff8158Copy full SHA for 8ff8158
test/test_error_handling.jl
@@ -48,6 +48,6 @@ try
48
@test false
49
catch e
50
@test isa(e, ErrorException)
51
- expected_error_msg = "The `tree'(X; kws...)` syntax is deprecated"
+ expected_error_msg = "Gradients are not implemented"
52
@test occursin(expected_error_msg, e.msg)
53
end
0 commit comments