Skip to content

Commit

Permalink
Merge pull request #127 from NREL/f3/interpolation
Browse files Browse the repository at this point in the history
N-dimensional interpolation
  • Loading branch information
calbaker authored Sep 10, 2024
2 parents 4326a36 + bc3bc20 commit 0f1bd3b
Show file tree
Hide file tree
Showing 42 changed files with 3,292 additions and 2,846 deletions.
2 changes: 1 addition & 1 deletion fastsim-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ name = "interp_bench"
harness = false

[features]
default = ["resources", "web", "serde-default"]
default = ["resources", "web", "serde-default" ]
## Enables logging messages that can be passed to Python if `pyo3` is also
## enabled.
logging = ["dep:log"]
Expand Down
335 changes: 176 additions & 159 deletions fastsim-core/fastsim-proc-macros/src/fastsim_api.rs

Large diffs are not rendered by default.

Loading

0 comments on commit 0f1bd3b

Please sign in to comment.