Skip to content

Commit

Permalink
chore: update buckets dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Jul 25, 2023
1 parent 8213fa7 commit 9c3833d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
VoronoiCells = "e3e34ffb-84e9-5012-9490-92c94d0c60a4"

[compat]
Buckets = ">=0.1.10"
Buckets = ">=0.1.11"
julia = "1.9"
2 changes: 1 addition & 1 deletion src/corona/profiles/radial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function RadialDiscProfile(
) where {T}
bins = collect(grid(extrema(radii)..., N))

ibucket = Buckets.IndexBucket(Int, size(radii))
ibucket = Buckets.IndexBucket(Int, size(radii), length(bins))
bucket!(ibucket, Buckets.Simple(), radii, bins)
groups = Buckets.unpack_bucket(ibucket)

Expand Down

0 comments on commit 9c3833d

Please sign in to comment.