This commit is contained in:
Dominik Werder
2021-04-19 19:33:23 +02:00
parent d8ab42ccb9
commit 2dc5bfd9e8
2 changed files with 46 additions and 1 deletions

View File

@@ -274,7 +274,16 @@ impl PreBinnedValueStream {
self.fut2 = Some(Box::pin(s));
}
None => {
error!("TODO NO BETTER GRAN FOUND FOR g {}", g);
error!("NO BETTER GRAN FOUND FOR g {}", g);
error!("TODO see in source cache.rs");
// create a client helper in raw.rs which can connect to a given node with parameters
// create tcp service in raw.rs
// set up tcp inputs
// set up merger
// set up T-binning
// save to cache file if input is complete
todo!();
}
}