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 839bd63 commit 2474a8dCopy full SHA for 2474a8d
test/runtests.jl
@@ -3,6 +3,10 @@ using SafeTestsets
3
using Test
4
using SciMLBase
5
6
+# test with a different SciMLSensitivity branch to see full list of
7
+# failures
8
+Pkg.add(url = "https://github.com/SciML/SciMLSensitivity.jl", rev = "dg/ss")
9
+
10
# https://github.com/JuliaArrays/FillArrays.jl/pull/163
11
@test_broken isempty(detect_ambiguities(SciMLBase))
12
0 commit comments