]> gitweb.michael.orlitzky.com - octave.git/blobdiff - tests/wood_gradient_tests.m
Word-wrap a comment.
[octave.git] / tests / wood_gradient_tests.m
index 700c66775899c43cef353f806e9f69016ce09948..0df84e005184af000c9defe338f8f9b44f946316 100644 (file)
@@ -1,6 +1,5 @@
 ## The gradient should be zero at the optimal point.
 
 ## 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));
 unit_test_equals("wood_gradient(1,1,1,1) == 0", ...
                 0, ...
                 wood_gradient(1,1,1,1));