Skip to content

Commit

Permalink
fix issue runtest.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheida authored Sep 12, 2024
1 parent 217b796 commit 33d31f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/jld.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
return sum(mysum)<0.00001
end
function test_jld(db)
xs = VoronoiNodes(rand(5,100))
vg = VoronoiGeometry(xs,cuboid(5,periodic=[1]),vertex_storage=db,search_settings=(method=RCOriginal,),integrate=true,integrator=VI_FAST_POLYGON,integrand=x->[x[1]],silence=false)
println("Step 1")
jldopen("geometry5d.jld2","w") do file
Expand Down
2 changes: 1 addition & 1 deletion test/tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

tft2 = HighVoronoi.group_last(test_tuple,Int,mycollectlast,StaticArrays.Size(2))
tft4 = HighVoronoi.cut_off_last(test_tuple,Int,mycollectlast)
tft4 = HighVoronoi.cut_off_first(test_tuple,Int)
tft4 = HighVoronoi.cut_off_first(test_tuple,Int,mycollectlast)
HighVoronoi.remove_first_entry(test_tuple)
HighVoronoi.split_tuple_at_A_sequence(("a",1,2,3,"b"),Int64)
# Return the value of the last entry of the new tuple
Expand Down

0 comments on commit 33d31f0

Please sign in to comment.