From ae0077eb7c6cd1c826fd79a0873c18ff4c7ffb9e Mon Sep 17 00:00:00 2001 From: George Datseris Date: Sun, 6 Oct 2024 10:52:10 +0100 Subject: [PATCH] Update test/api.jl --- test/api.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.jl b/test/api.jl index ff820be..cdcb653 100644 --- a/test/api.jl +++ b/test/api.jl @@ -44,7 +44,7 @@ end po3 = PeriodicOrbit(logistic_, SVector{1}([(r-1)/r]), 1) # use Set to neglect order - uniquepo = Set(uniquepos([po1, po2, po3], atol=1e-4)) + uniquepo = Set(uniquepos([po1, po2, po3]; atol=1e-4)) reference = Set([po1, po3]) @test uniquepo == reference end