Skip to content

Commit ccdc08b

Browse files
committed
update project
1 parent 51e5621 commit ccdc08b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.3.2"
3+
version = "0.3.3"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -22,10 +22,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2222
[compat]
2323
AbstractFFTs = "0.5"
2424
ApproxFunBase = "0.2, 0.3"
25-
BandedMatrices = "0.14"
26-
BlockArrays = "0.10, 0.11"
27-
BlockBandedMatrices = "0.6, 0.7.1"
28-
DomainSets = "0.1"
25+
BandedMatrices = "0.14, 0.15"
26+
BlockArrays = "0.10, 0.11, 0.12"
27+
BlockBandedMatrices = "0.6, 0.7.1, 0.8"
28+
DomainSets = "0.1, 0.2, 0.3"
2929
FFTW = "1.1"
3030
FastGaussQuadrature = "0.4"
3131
FastTransforms = "0.8"

test/OperatorTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import ApproxFunOrthogonalPolynomials: JacobiZ
5252
@test exp(0.1) (Derivative()*Fun(exp,Ultraspherical(1)))(0.1)
5353
D=Derivative(d)
5454
f = Fun(exp,d)
55-
@test norm((Conversion(Chebyshev(d),Ultraspherical(2,d))\(D^2*f))-f'') < 100eps()
55+
@test norm((Conversion(Chebyshev(d),Ultraspherical(2,d))\(D^2*f))-f'') < 200eps()
5656

5757
f=Fun(x->x^2)
5858
D=Derivative(domain(f))

0 commit comments

Comments
 (0)