Skip to content

Commit

Permalink
Fix geosphere testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Mattheus-Moerman committed May 9, 2024
1 parent d4d8d6f commit b3e3964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ end

n = 3
F, V = geosphere(n, r)
ind = round.(Int64,range(1,length(Vn),6)) # Sample indices
ind = round.(Int64,range(1,length(V),6)) # Sample indices
@test F isa Vector{TriangleFace{Int64}}
@test length(F) == 4^n*20
@test V isa Vector{Point3{Float64}}
Expand Down

0 comments on commit b3e3964

Please sign in to comment.