Skip to content

Commit 9cd2d59

Browse files
github-actions[bot]CompatHelper Juliajishnub
authored
CompatHelper: bump compat for FastTransforms to 0.15, (keep existing compat) (#230)
* CompatHelper: bump compat for FastTransforms to 0.15, (keep existing compat) * bump version to v0.6.24 * remove FastTransforms warning * lower cutoff FastTransforms at v0.15.1 --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Jishnu Bhattacharya <[email protected]>
1 parent 5499777 commit 9cd2d59

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Project.toml

Lines changed: 2 additions & 2 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.6.23"
3+
version = "0.6.24"
44

55
[deps]
66
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
@@ -28,7 +28,7 @@ BlockArrays = "0.14, 0.15, 0.16"
2828
BlockBandedMatrices = "0.10, 0.11"
2929
DomainSets = "0.5, 0.6"
3030
FastGaussQuadrature = "0.4, 0.5"
31-
FastTransforms = "0.12, 0.13, 0.14"
31+
FastTransforms = "0.12, 0.13, 0.14, 0.15.1"
3232
FillArrays = "0.11, 0.12, 0.13"
3333
IntervalSets = "0.5, 0.6, 0.7"
3434
LazyArrays = "0.22"

test/JacobiTest.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,6 @@ using Static
348348
h = Fun(g,Chebyshev())
349349
@test norm(coefficients(f) - coefficients(h), Inf) < 1000eps()
350350
@time j = Fun(h,Legendre())
351-
# The accuracy in the following may be improved,
352-
# See https://github.com/JuliaApproximation/FastTransforms.jl/issues/201
353-
# On FastTransforms v0.15, an upper bound of 60000eps() works
354351
@test norm(coefficients(g) - coefficients(j), Inf) < 10000eps()
355352
end
356353

0 commit comments

Comments
 (0)