Skip to content

Commit

Permalink
Merge pull request #259 from NREL/kjc/ninterp
Browse files Browse the repository at this point in the history
Replace 2D interpolation with released `ninterp` crate
  • Loading branch information
nreinicke authored Dec 11, 2024
2 parents 270d947 + a7dd931 commit feae3ad
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 910 deletions.
1 change: 1 addition & 0 deletions rust/routee-compass-powertrain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ndarray = "0.16.1"
ort = { version = "2.0.0-alpha.4", optional = true }
rayon = { workspace = true }
itertools = { workspace = true }
ninterp = { version = "0.1.0", features = ["serde"] }

[features]
default = []
Expand Down
Loading

0 comments on commit feae3ad

Please sign in to comment.