Skip to content

Commit a89e9d6

Browse files
committed
Update EigTest.jl
1 parent 3f4113a commit a89e9d6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/EigTest.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
using ApproxFunOrthogonalPolynomials, ApproxFunBase, BandedMatrices, SpecialFunctions, Test
22
import ApproxFunBase: bandwidth
33

4-
#
5-
# Fix for BigFloat stackoverflow
6-
# https://github.com/JuliaLang/julia/pull/30952
7-
#
8-
Base._range(a::T, step::T, ::Nothing, len::Integer) where {T <: AbstractFloat} =
9-
Base._rangestyle(Base.OrderStyle(T), Base.ArithmeticStyle(T), a, step, len)
4+
105

116
@testset "Eigenvalue problems" begin
127
@testset "Negative Laplacian with Neumann boundary conditions" begin

0 commit comments

Comments
 (0)