WIP on first client-facing stages of cache pipeline

This commit is contained in:
Dominik Werder
2021-04-13 19:17:42 +02:00
parent 9941960e93
commit 00f2c65ccf
5 changed files with 148 additions and 34 deletions

View File

@@ -286,7 +286,7 @@ impl PreBinnedPatchGridSpec {
else {
i1 -= 1;
let t = thresholds[i1];
info!("look at threshold {} bs {}", t, bs);
//info!("look at threshold {} bs {}", t, bs);
if t <= bs {
let bs = t;
let ts1 = range.beg / bs * bs;
@@ -314,7 +314,7 @@ impl PreBinnedPatchGridSpec {
#[derive(Clone, Debug)]
pub struct PreBinnedPatchCoord {
range: NanoRange,
pub range: NanoRange,
}
pub struct PreBinnedPatchIterator {