We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92087b1 commit bef08dcCopy full SHA for bef08dc
src/Spiders.jl renamed to src/Mandelbrot.jl
@@ -1,4 +1,4 @@
1
-module Spiders
+module Mandelbrot
2
include("trees/ShowTree.jl")
3
4
export KneadingSequence
test/runtests.jl
@@ -1,6 +1,6 @@
-using Spiders
+using Mandelbrot
using Test
-@testset "Spiders.jl" begin
+@testset "Mandelbrot.jl" begin
5
@test KneadingSequence(3//5) == KneadingSequence(2//5)
6
end
0 commit comments