Skip to content

Commit

Permalink
Update combine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Jul 7, 2023
1 parent 53c108c commit 8837925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def construct_member(groups) -> dict[str, Any]:
]
self.kwargs = {
"agg": flox.aggregations._initialize_aggregation(
"sum", "float64", np.float64, 0, None, {}
"sum", "float64", np.float64, 0, 0, {}
),
"axis": (3,),
}

0 comments on commit 8837925

Please sign in to comment.