Skip to content

Commit

Permalink
Merge pull request #62 from LAPKB/update_output_files
Browse files Browse the repository at this point in the history
Update output files
  • Loading branch information
mhovd authored Oct 18, 2024
2 parents 8bdc4de + 6879d7c commit 7062aef
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 129 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ settings.json
/benches/*.json
log.txt
op.csv
*results.txt
*results.txt
covs.csv
15 changes: 8 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ tokio = { version = "1.32.0", features = ["sync", "rt"] }
argmin = { version = "0.10.0", features = [] }
argmin-math = { version = "0.4.0", features = ["ndarray_v0_15-nolinalg"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "fmt", "time"] }
tracing-subscriber = { version = "0.3.17", features = [
"env-filter",
"fmt",
"time",
] }
chrono = "0.4"
config = {version = "0.14", features=["preserve_order"]}
config = { version = "0.14", features = ["preserve_order"] }
faer = "0.19.3"
faer-ext = {version = "0.2.0", features = ["nalgebra", "ndarray"]}
pharmsol = "0.7.0"
# pharmsol = {path = "../pharmsol"}
# pharmsol = {git ="https://github.com/LAPKB/pharmsol", branch="net"}
# pharmsol = {git ="https://github.com/LAPKB/pharmsol", branch="main"}
faer-ext = { version = "0.2.0", features = ["nalgebra", "ndarray"] }
pharmsol = "0.7.1"
toml = "0.8.14" #REMOVE
rand = "0.8.5"
anyhow = "1.0.86"
Expand Down
Loading

0 comments on commit 7062aef

Please sign in to comment.