From 9df311c0f094ea6c28884531bd070c19ba69556b Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Wed, 15 Mar 2023 17:39:45 -0600 Subject: [PATCH] and another --- src/problem.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/problem.rs b/src/problem.rs index 849b9ea..08e12e5 100644 --- a/src/problem.rs +++ b/src/problem.rs @@ -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); }