Skip to content

Commit

Permalink
Update test/api.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris authored Oct 6, 2024
1 parent b8c1b14 commit ae0077e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae0077e

Please sign in to comment.