Skip to content

Commit 1380022

Browse files
committed
sst
1 parent 652b506 commit 1380022

4 files changed

Lines changed: 7 additions & 11 deletions

File tree

src/BuildSequences.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ docsrcdir = joinpath(docdir, "src")
3636

3737
exclude = [
3838
"BuildSequences.jl",
39-
"ForcePrecompil.jl",
39+
"ForcePrecompile.jl",
4040
"IntegerSequences.jl",
4141
"TemplateModule.jl",
4242
"_EXPORT.jl",

src/IntegerSequences.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-11-20 19:58:47
6-
# c81a5db0-0bc7-11ea-378a-31a7c428ddd4
5+
# Version of: UTC 2019-11-20 20:06:49
6+
# e79974de-0bc8-11ea-1c7f-9dbad37f118f
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!
@@ -4416,8 +4416,6 @@ Return the pyramidal numbers of shape 10 (decagonal pyramidal numbers).
44164416
$(SIGNATURES)
44174417
"""
44184418
V007585(n) = PyramidalNumber(n, 10)
4419-
# *** ForcePrecompile.jl ****************
4420-
BuildSequences.build_all()
44214419
# *** GaussFactorials.jl ****************
44224420
"""
44234421

test/perftests.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-11-20 19:58:47
6-
# c81ef192-0bc7-11ea-3e3f-5d055b054c96
5+
# Version of: UTC 2019-11-20 20:06:49
6+
# e7a00492-0bc8-11ea-1182-4f2506750a18
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!
@@ -116,7 +116,6 @@ println("\nTEST: (for n ∈ 1:1000")
116116
@time (for n 1:1000
117117
V000326(n)
118118
end)
119-
# +++ ForcePrecompile.jl +++
120119
# +++ GaussFactorials.jl +++
121120
# +++ GeneralizedBinomial.jl +++
122121
println("\nTEST: (for n ∈ 0:10000")

test/runtests.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-11-20 19:58:47
6-
# c81cceb0-0bc7-11ea-280d-95ae9eb11f47
5+
# Version of: UTC 2019-11-20 20:06:49
6+
# e79dbaa0-0bc8-11ea-0ebd-cbcb206733a7
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!
@@ -477,7 +477,6 @@ SeqTest(v, 'V')
477477
end
478478
end
479479
end
480-
# *** ForcePrecompile.jl *********
481480
# *** GaussFactorials.jl *********
482481
@testset "GaussFactorial" begin
483482
if data_installed()

0 commit comments

Comments
 (0)