and another
This commit is contained in:
@@ -173,7 +173,6 @@ mod tests {
|
|||||||
let mut problem = Problem::new(ode, dp45, controller).with_callback(value_too_high);
|
let mut problem = Problem::new(ode, dp45, controller).with_callback(value_too_high);
|
||||||
let solution = problem.solve();
|
let solution = problem.solve();
|
||||||
|
|
||||||
println!("{}", solution.states.last().unwrap()[0]);
|
|
||||||
assert!(solution.states.last().unwrap()[0] == 10.0);
|
assert!(solution.states.last().unwrap()[0] == 10.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user