Skip to content

Commit 189f75f

Browse files
committed
Retain test code
1 parent 9a3effd commit 189f75f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/runtests.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,10 @@ end
9999
#
100100
# using Cthulhu
101101
# d = AlphaSubGaussian(n=96)
102-
# @descend_code_warntype rand(Random.GLOBAL_RNG, d)
102+
# @descend_code_warntype rand(Random.GLOBAL_RNG, d)
103+
#
104+
# using AlphaStableDistributions
105+
# d1 = AlphaStable(α=1.5)
106+
# s = rand(d1, 100000)
107+
# using ThreadsX
108+
# @btime fit($AlphaStable, $s, $ThreadsX.MergeSort)

0 commit comments

Comments
 (0)