X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=23bc60394497ca47ea5a10ea2147a9f711ddeb39;hb=3e25ac7f9fffaabdc5e62f4b973f3d38be60cf4d;hp=0748d36a78a70e58af12c6c707884de5cf44d74e;hpb=e65d577e89e5b4786997b813331124a4e8eae1ef;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index 0748d36..23bc603 100644 --- a/test/TestSuite.hs +++ b/test/TestSuite.hs @@ -63,7 +63,7 @@ grid_tests = tc "trilinear f0_t0_v3" test_trilinear_f0_t0_v3, tc "trilinear reproduced" test_trilinear_reproduced, tc "zeros reproduced" test_zeros_reproduced, - tc "trilinearx2 reproduced (t0)" test_trilinearx2_reproduced_t0 ] + tc "trilinear9x9x9 reproduced" test_trilinear9x9x9_reproduced ] misc_tests :: Test.Framework.Test