Got plotting working
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user