mirror of
https://github.com/apache/commons-math.git
synced 2025-03-03 06:59:11 +00:00
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…
x
Reference in New Issue
Block a user