Skip to content

Commit

Permalink
after pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkohn88 committed Jun 2, 2021
1 parent 70287db commit eb79b1f
Show file tree
Hide file tree
Showing 9 changed files with 1,247 additions and 549 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/counter-agg/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use time_weighted_average::tspoint::TSPoint;
use stats_agg::{XYPair, StatsSummary2D};
use stats_agg::{XYPair, stats2d::StatsSummary2D};
use serde::{Deserialize, Serialize};


Expand Down
3 changes: 3 additions & 0 deletions crates/stats-agg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ edition = "2018"

[dependencies]
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
approx = "0.4.0"
Loading

0 comments on commit eb79b1f

Please sign in to comment.