Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Feb 29, 2024
1 parent 2dab4ac commit cae8c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_event_counts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ R = (sum(pt.^2,dims=2)).^(1/3)
ind = findall(R.< 5);

# test the basic routine
counts = PointData2NearestGrid(pt[:,1],pt[:,2],pt[:,3], NumValue(Grid.x),NumValue(Grid.y), NumValue(Grid.z); radius_factor=2)
counts = PointData2NearestGrid(pt[:,1],pt[:,2],pt[:,3], NumValue(Grid_cart.x),NumValue(Grid_cart.y), NumValue(Grid_cart.z); radius_factor=2)
@test extrema(counts) == (0, 86)

# Test if the grid is on a CartData grid
Expand Down

0 comments on commit cae8c20

Please sign in to comment.