removed a print
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@797799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f65ae79732
commit
39e1afecdd
|
@ -79,7 +79,6 @@ public class LoessInterpolatorTest {
|
|||
double noisyResidualSum = 0;
|
||||
double fitResidualSum = 0;
|
||||
|
||||
System.out.println();
|
||||
for(int i = 0; i < numPoints; ++i) {
|
||||
double expected = Math.sin(xval[i]);
|
||||
double noisy = yval[i];
|
||||
|
|
Loading…
Reference in New Issue