Skip to content

Commit 2262e95

Browse files
gatesnrobert3005
authored andcommitted
Remove more scalar_at from sparse arrays
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent fc0bb65 commit 2262e95

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

encodings/sparse/benches/sparse_canonical.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ fn canonicalize_sparse_list(
9494
bencher
9595
.with_inputs(|| sparse.clone())
9696
.bench_values(|array| {
97-
divan::black_box(array.to_canonical().vortex_expect("sparse list canonicalization"))
97+
divan::black_box(
98+
array
99+
.to_canonical()
100+
.vortex_expect("sparse list canonicalization"),
101+
)
98102
});
99103
}
100104

0 commit comments

Comments
 (0)