Skip to content

Commit 87179f7

Browse files
author
Jon Drobny
committed
Fix polynomial rootfinder test.
1 parent 2c21fd5 commit 87179f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ fn test_polynom() {
1010
use rcpr::chebyshev::*;
1111
let interaction_potential = InteractionPotential::FOUR_EIGHT{alpha: 1., beta: 1.};
1212
let coefficients = interactions::polynomial_coefficients(1., 1., interaction_potential);
13-
println!("{} {} {}", coefficients[0], coefficients[4], coefficients[8]);
1413
let roots = real_polynomial_roots(coefficients.clone(), 1e-9).unwrap();
1514

1615
let max_root = roots.iter().cloned().fold(f64::NAN, f64::max);

0 commit comments

Comments
 (0)