Skip to content

Commit

Permalink
Enable non-STaylor1 unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel committed Apr 10, 2020
1 parent 5e051c6 commit 66fa8ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/onevariable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using Test
using LinearAlgebra, SparseArrays
eeuler = Base.MathConstants.e

#=
@testset "Tests for Taylor1 expansions" begin
ta(a) = Taylor1([a,one(a)],15)
t = Taylor1(Int,15)
Expand Down Expand Up @@ -523,7 +522,6 @@ eeuler = Base.MathConstants.e
@test Taylor1{Int}(true) == Taylor1([1])
@test Taylor1{Int}(false) == Taylor1([0])
end
=#

function test_vs_Taylor1(x,y)
flag = true
Expand Down Expand Up @@ -610,7 +608,6 @@ end
@test a == abs(-a)
end

#=
@testset "Test `inv` for `Matrix{Taylor1{Float64}}``" begin
t = Taylor1(5)
a = Diagonal(rand(0:10,3)) + rand(3, 3)
Expand Down Expand Up @@ -680,4 +677,3 @@ end
@test_throws DimensionMismatch mul!(Y[1:end-1],A,B)
end
end
=#

0 comments on commit 66fa8ce

Please sign in to comment.