X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTests%2FGrid.hs;h=ad7bab92c62f677c08a6e35fdd7335f3acfd131e;hb=f52ef8067717367eb85393cedbfdd4c0dc9909e5;hp=31dfdffb5cbf1fd4342162ccb577f51cc91aa6a1;hpb=4d50411b7c5932c1e1487810aca9460059160042;p=spline3.git diff --git a/src/Tests/Grid.hs b/src/Tests/Grid.hs index 31dfdff..ad7bab9 100644 --- a/src/Tests/Grid.hs +++ b/src/Tests/Grid.hs @@ -2,9 +2,7 @@ module Tests.Grid where import Data.Maybe (fromJust) -import Debug.Trace (trace) import Test.HUnit -import Test.QuickCheck import Assertions import Comparisons @@ -15,13 +13,6 @@ import Grid import Tetrahedron -instance Arbitrary Grid where - arbitrary = do - (Positive h') <- arbitrary :: Gen (Positive Double) - fvs <- arbitrary :: Gen [[[Double]]] - return (make_grid h' fvs) - - -- | Check the value of c0030 for tetrahedron0 belonging to the -- cube centered on (1,1,1) with a grid constructed from the -- trilinear values. See example one in the paper.