and another

This commit is contained in:
Connor Johnstone
2023-03-15 17:39:45 -06:00
parent 85755cf31c
commit 9df311c0f0

View File

@@ -173,7 +173,6 @@ mod tests {
let mut problem = Problem::new(ode, dp45, controller).with_callback(value_too_high);
let solution = problem.solve();
println!("{}", solution.states.last().unwrap()[0]);
assert!(solution.states.last().unwrap()[0] == 10.0);
}