Helper for msp
This commit is contained in:
@@ -42,9 +42,10 @@ impl Iterator for MspLspIter {
|
||||
|
||||
#[test]
|
||||
fn test_iter_00() {
|
||||
let range = NanoRange::from_strings("", "").unwrap();
|
||||
let range = NanoRange::from_strings("2024-06-07T09:17:31Z", "2024-06-07T09:17:31Z").unwrap();
|
||||
let pbp = PrebinnedPartitioning::Sec1;
|
||||
let mut it = MspLspIter::new(range, pbp);
|
||||
taskrun;
|
||||
for x in it {
|
||||
eprintln!("{:?}", x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user