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 a0656b9 commit a385358Copy full SHA for a385358
test/runtests.jl
@@ -17,4 +17,9 @@ const OCEANS = oceanpolygons()
17
@test isantarctic(-40, 0, OCEANS)
18
@test ismediterranean(31, 15, OCEANS)
19
@test isindonesian(0, 120, OCEANS)
20
+ @test ismediterranean2(31, 15, OCEANS)
21
+ @test isNPAC(30, -160, OCEANS)
22
+ @test isNATL(30, -30, OCEANS)
23
+ @test isSPAC(-30, -160, OCEANS)
24
+ @test isSATL(-30, -30, OCEANS)
25
end
0 commit comments