Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 0ad6b1b

Browse files
update basic tests
1 parent 7ce0801 commit 0ad6b1b

File tree

3 files changed

+2
-47
lines changed

3 files changed

+2
-47
lines changed

test/basic_operators_interface.jl

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

test/composite_operators_interface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Test, LinearAlgebra, Random, DiffEqOperators
2-
using DiffEqBase: is_constant
2+
using DiffEqBase
33
using DiffEqOperators: DiffEqScaledOperator, DiffEqOperatorCombination, DiffEqOperatorComposition
44

55
@testset "Operator Compostion" begin
@@ -37,4 +37,4 @@ end
3737
u = [1.0, 2.0]
3838
t = 1.1
3939
@test L(u,nothing,t) fill(t, (2,2)) * (fill(2t, (2,2)) * u)
40-
end
40+
end

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using SafeTestsets
22
import Base: isapprox
33

4-
@time @safetestset "Basic Operators Interface" begin include("basic_operators_interface.jl") end
54
@time @safetestset "Robin Boundary Condition Operators" begin include("robin.jl") end
65
@time @safetestset "JacVec Operators Interface" begin include("jacvec_operators.jl") end
76
@time @safetestset "Composite Operators Interface" begin include("composite_operators_interface.jl") end

0 commit comments

Comments
 (0)