We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a982811 commit 37202d4Copy full SHA for 37202d4
test/DiffTests.jl
@@ -293,7 +293,7 @@ end
293
# `Ref{Any}` container only to be able to catch and test the warnings emitted during
294
# compilation in the body of the function.
295
test_mat2num = Ref{Any}(test_matrix_to_number)
296
- warn_msg = f === DiffTests.vec2num_3 ? r"Using fallback BLAS replacements for" : ""
+ warn_msg = f === vec2num_3 ? r"Using fallback BLAS replacements for" : ""
297
@test_warn warn_msg test_mat2num[](f, y; rtol = 1.0e-6, atol = 1.0e-6)
298
end
299
0 commit comments