You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2016/04/30 12:14:21 UTC

[3/4] [math] Removing TODO statement

Removing TODO statement


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/fdfbea46
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/fdfbea46
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/fdfbea46

Branch: refs/heads/develop
Commit: fdfbea461d3b978d2a169a5d4d27d4cf8317e7c1
Parents: 8ef033b
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Apr 23 08:33:41 2016 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat Apr 23 08:33:41 2016 -0400

----------------------------------------------------------------------
 .../analysis/function/UnivariateDifferentiableFunctionTest.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/fdfbea46/src/test/java/org/apache/commons/math4/analysis/function/UnivariateDifferentiableFunctionTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/math4/analysis/function/UnivariateDifferentiableFunctionTest.java b/src/test/java/org/apache/commons/math4/analysis/function/UnivariateDifferentiableFunctionTest.java
index f9cc83e..5adabb7 100644
--- a/src/test/java/org/apache/commons/math4/analysis/function/UnivariateDifferentiableFunctionTest.java
+++ b/src/test/java/org/apache/commons/math4/analysis/function/UnivariateDifferentiableFunctionTest.java
@@ -165,8 +165,6 @@ public class UnivariateDifferentiableFunctionTest {
         Assert.assertEquals(1/(a*FastMath.log(10)), log10.value(new DerivativeStructure(1,1,0,a)).getPartialDerivative(1), EPS);
     }
 
-    //TODO: pick up here
-
     @Test
     public void testLog1p() {
         Log1p log1p = new Log1p();