We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8ee12 commit b06fa39Copy full SHA for b06fa39
1 file changed
test/finitedifftests.jl
@@ -1,5 +1,9 @@
1
using FiniteDiff, Test, LinearAlgebra
2
3
+# code quality guards
4
+@test isempty(detect_unbound_args(FiniteDiff))
5
+@test isempty(detect_ambiguities(FiniteDiff) )
6
+
7
# TODO: add tests for GPUArrays
8
# TODO: add tests for DEDataArrays
9
0 commit comments