Got plotting working

This commit is contained in:
rconnorjohnstone
2021-05-19 22:23:54 -06:00
parent 376f18556c
commit 2c39c34f01
11 changed files with 162 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
i += 1
end
@test i T
@test orbit start
@test norm(orbit - start) < 1e-2
end
for _ in 1:5
i = 0.
@@ -20,7 +20,7 @@
i -= 1
end
@test i -T
@test orbit start
@test norm(orbit - start) < 1e-2
end
end