Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Griffiths committed Sep 30, 2024
1 parent 98f68e1 commit 99f86d2
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 107 deletions.
91 changes: 50 additions & 41 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ pyo3-polars = { version = "0.16.0", features = ["derive", "dtype-struct"] }
serde = { version = "1", features = ["derive"] }
polars = { version = "0.42.0", features = ["dtype-struct"] }
num = "0.4.3"

[dev-dependencies]
approx = "0.5.1"
3 changes: 1 addition & 2 deletions src/bars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ where
}

#[derive(Deserialize)]
struct BarGroupKwargs
{
struct BarGroupKwargs {
bar_size: f64,
}

Expand Down
Loading

0 comments on commit 99f86d2

Please sign in to comment.