X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=blobdiff_plain;f=tests%2Fwood_gradient_tests.m;h=0df84e005184af000c9defe338f8f9b44f946316;hp=700c66775899c43cef353f806e9f69016ce09948;hb=3bd10526e0024458a17ce7588a954e4a470b2bbd;hpb=c5435604f6ca4774b729d2b209bc32df4420aa69 diff --git a/tests/wood_gradient_tests.m b/tests/wood_gradient_tests.m index 700c667..0df84e0 100644 --- a/tests/wood_gradient_tests.m +++ b/tests/wood_gradient_tests.m @@ -1,6 +1,5 @@ ## The gradient should be zero at the optimal point. -g = wood_gradient(1,1,1,1); unit_test_equals("wood_gradient(1,1,1,1) == 0", ... 0, ... wood_gradient(1,1,1,1));