Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Aug 2, 2024
1 parent 2789b21 commit 7a87141
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/preprocessing/geometries/geometries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
end

@testset "Points $j" for j in eachindex(geometry.vertices)
@test isapprox(geometry.vertices[j], points[j], atol=1e-5)
@test isapprox(geometry.vertices[j], points[j], atol=1e-4)
end
end
end
Expand Down
16 changes: 8 additions & 8 deletions validation/preprocessing/normals_bar.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"vertex_normals:0","vertex_normals:1","vertex_normals:2","Points:0","Points:1","Points:2"
-0.57735,0.57735,0.57735,-1.0,3.0,1.0
-0.57735,-0.57735,0.57735,-1.0,-3.0,1.0
-0.57735,-0.57735,-0.57735,-1.0,-3.0,-1.0
-0.57735,0.57735,-0.57735,-1.0,3.0,-1.0
0.57735,0.57735,0.57735,1.0,3.0,1.0
0.57735,-0.57735,0.57735,1.0,-3.0,1.0
0.57735,-0.57735,-0.57735,1.0,-3.0,-1.0
0.57735,0.57735,-0.57735,1.0,3.0,-1.0
-0.57735,0.57735,-0.57735,-1.0101,3.0299,-1.0101
-0.57735,0.57735,0.57735,-1.0101,3.0299,1.0099
-0.57735,-0.57735,-0.57735,-1.0101,-3.0301,-1.0101
-0.57735,-0.57735,0.57735,-1.0101,-3.0301,1.0099
0.57735,0.57735,-0.57735,1.0099,3.0299,-1.0101
0.57735,0.57735,0.57735,1.0099,3.0299,1.0099
0.57735,-0.57735,-0.57735,1.0099,-3.0301,-1.0101
0.57735,-0.57735,0.57735,1.0099,-3.0301,1.0099

0 comments on commit 7a87141

Please sign in to comment.