Skip to content

Commit

Permalink
fix +test
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaProkopovych committed Apr 26, 2024
1 parent 898836a commit 1dbc3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/move/optimization_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ rand = "0.8.5"
statrs = "0.16.0"
faer = { version = "0.16.0", features = [ "ndarray" ] }
ndarray = "0.15.6"
# plotters = { git = "https://github.com/plotters-rs/plotters.git" }
plotters = { version = "0.3.5", default-features=false, features = [
"bitmap_encoder",
"ttf",
Expand Down
2 changes: 2 additions & 0 deletions module/move/optimization_tools/tests/simplex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ fn problem_5_vars()
assert_eq!( solution[ 0 ].point, vec![ 300.0, 400.0, 300.0, 0.0, 0.0 ] )
}

// for issue https://github.com/plotters-rs/plotters/issues/573
#[ cfg( not( all( debug_assertions, target_os = "linux" ) ) ) ]
#[ test ]
fn problem_draw()
{
Expand Down

0 comments on commit 1dbc3e1

Please sign in to comment.