Add BinsDim0 tests

This commit is contained in:
Dominik Werder
2023-05-05 14:47:38 +02:00
parent 85bd7ba57e
commit 11047b6b03
11 changed files with 382 additions and 115 deletions
+4 -3
View File
@@ -1526,9 +1526,10 @@ pub struct BinnedRange<T>
where
T: Dim0Index,
{
bin_len: T,
bin_off: u64,
bin_cnt: u64,
// TODO remove pub, which is currently used in tests
pub bin_len: T,
pub bin_off: u64,
pub bin_cnt: u64,
}
impl<T> fmt::Debug for BinnedRange<T>