Skip to content

Commit 711d245

Browse files
Merge pull request #930 from SciML/myb/der
Remove tests that are tested in Symbolics
2 parents f1a070b + a421067 commit 711d245

File tree

3 files changed

+1
-129
lines changed

3 files changed

+1
-129
lines changed

test/derivatives.jl

Lines changed: 0 additions & 127 deletions
This file was deleted.

test/precompile_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ p = collect(4:6)
2222
# This case works, because it gets defined with the appropriate cache and context tags.
2323
@test parentmodule(typeof(ODEPrecompileTest.f_noeval_good.f.f_iip).parameters[2]) == ODEPrecompileTest
2424
@test parentmodule(typeof(ODEPrecompileTest.f_noeval_good.f.f_oop).parameters[2]) == ODEPrecompileTest
25-
@test ODEPrecompileTest.f_noeval_good(u, p, 0.1) == [4, 0, -16]
25+
@test ODEPrecompileTest.f_noeval_good(u, p, 0.1) == [4, 0, -16]

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ using SafeTestsets, Test
22

33
@safetestset "Symbolic parameters test" begin include("symbolic_parameters.jl") end
44
@safetestset "Parsing Test" begin include("variable_parsing.jl") end
5-
@safetestset "Differentiation Test" begin include("derivatives.jl") end
65
@safetestset "Simplify Test" begin include("simplify.jl") end
76
@safetestset "Operation Overloads Test" begin include("operation_overloads.jl") end
87
@safetestset "Direct Usage Test" begin include("direct.jl") end

0 commit comments

Comments
 (0)