Skip to content

Commit

Permalink
Small test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Petukhov committed Sep 13, 2024
1 parent 865c797 commit 4d3fc4e
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 @@ -241,7 +241,7 @@ end
polygons = BPR.boundary_polygons_auto(pos_data, df_spatial.cell; estimate_per_z=true)[2]
@test length(polygons) == (n_stacks + 1)
@test "2d" in keys(polygons)
@show all("$(Float64(v))" in keys(polygons) for v in unique(z_vals))
@test all("$(Float64(v))" in keys(polygons) for v in unique(z_vals))

n_stacks = 50
max_slices = 10
Expand Down

0 comments on commit 4d3fc4e

Please sign in to comment.