Removing TODO statement

This commit is contained in:
Rob Tompkins 2016-04-23 08:33:41 -04:00
parent 8ef033be5c
commit fdfbea461d
1 changed files with 0 additions and 2 deletions

View File

@ -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();