Skip to content

Commit 484eea1

Browse files
authored
Move Polynomial tests for ApproxFunOrthogonalPolynomials (JuliaApproximation#512)
1 parent 3fd7b78 commit 484eea1

File tree

3 files changed

+1
-487
lines changed

3 files changed

+1
-487
lines changed

Project.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,21 @@ DSP = "0.6, 0.7"
3838
DomainSets = "0.5, 0.6"
3939
DualNumbers = "0.6.2"
4040
FFTW = "0.3, 1"
41-
FastGaussQuadrature = "0.4, 0.5"
42-
FastTransforms = "0.12, 0.13, 0.14, 0.15.1"
4341
FillArrays = "0.11, 0.12, 0.13, 1"
44-
HalfIntegers = "1.5"
4542
InfiniteArrays = "0.11, 0.12, 0.13"
4643
InfiniteLinearAlgebra = "0.5, 0.6"
4744
Infinities = "0.1"
4845
IntervalSets = "0.5, 0.6, 0.7"
4946
LazyArrays = "0.20, 0.21, 0.22, 1"
5047
LowRankMatrices = "1"
51-
OddEvenIntegers = "0.1.8"
5248
SpecialFunctions = "0.10, 1.0, 2"
53-
Static = "0.8"
5449
StaticArrays = "0.12, 1.0"
5550
julia = "1.6"
5651

5752
[extras]
5853
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
59-
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
60-
FastTransforms = "057dd010-8810-581a-b7be-e3fc3b93f78c"
61-
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
6254
Infinities = "e1ba4f0e-776d-440f-acd9-e1d2e9742647"
63-
OddEvenIntegers = "8d37c425-f37a-4ca2-9b9d-a61bc06559d2"
6455
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
65-
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
6656

6757
[targets]
68-
test = ["Aqua", "Random", "FastTransforms", "FastGaussQuadrature", "HalfIntegers", "Infinities", "OddEvenIntegers", "Static"]
58+
test = ["Aqua", "Random", "Infinities"]

0 commit comments

Comments
 (0)