First test runs on remote, add U16, fix stuff

This commit is contained in:
Dominik Werder
2021-04-28 19:41:02 +02:00
parent e243f99bd7
commit bd70738e74
11 changed files with 110 additions and 58 deletions

View File

@@ -193,7 +193,7 @@ impl NanoRange {
pub struct ChannelConfig {
pub channel: Channel,
pub keyspace: u8,
pub time_bin_size: u64,
pub time_bin_size: Nanos,
pub scalar_type: ScalarType,
pub compression: bool,
pub shape: Shape,