Skip to content

Commit

Permalink
Remove test because GitHub is annoyed
Browse files Browse the repository at this point in the history
  • Loading branch information
leo848 committed Apr 2, 2024
1 parent 8db192a commit e7ff0d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/path/create/ilp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ fn find_min_cut(size: usize, weights: &mut [f64]) -> (f64, Vec<bool>) {
(best_cut_weight, best_cut)
}

#[test]
fn test_solve() {
let data: [(&str, f32, f32, f32); 10] = [
("Schwarz", 0.0, 0.5, 0.5),
Expand Down

0 comments on commit e7ff0d8

Please sign in to comment.