Skip to content

Commit

Permalink
Build was failing because I hadn't pushed Cargo.toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhellewell14 committed Oct 10, 2024
1 parent fbbe614 commit 19d5926
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ cxx = "1.0"
regex = "1.10"
logaddexp = "0.1.3"
cached = "0.51.3"
argmin = { version = "0.10" }
argmin-math = { version = "0.4", features = ["ndarray_latest", "nalgebra_latest"] }


[dev-dependencies]
# testing
Expand Down
6 changes: 3 additions & 3 deletions src/branch_optimise.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use argmin::core::{Error, CostFunction, Gradient, Hessian};
use crate::tree::Tree;
use crate::rate_matrix::RateMatrix;
// use argmin::core::{Error, CostFunction, Gradient, Hessian};
// use crate::tree::Tree;
// use crate::rate_matrix::RateMatrix;

// impl<T: RateMatrix> CostFunction for Tree<T> {
// type Param = Vec<f64>;
Expand Down

0 comments on commit 19d5926

Please sign in to comment.