X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTests%2FGrid.hs;h=ad7bab92c62f677c08a6e35fdd7335f3acfd131e;hb=ecb77f944fcba8c8cfe60ca782bc5d9c8ab68cf9;hp=15bbc9826e11ca15a6d80c4ed646ca3a2d76a62a;hpb=cc10c04deda3bdf54867a9052b638f0bc4b09fbe;p=spline3.git diff --git a/src/Tests/Grid.hs b/src/Tests/Grid.hs index 15bbc98..ad7bab9 100644 --- a/src/Tests/Grid.hs +++ b/src/Tests/Grid.hs @@ -3,7 +3,6 @@ where import Data.Maybe (fromJust) import Test.HUnit -import Test.QuickCheck import Assertions import Comparisons @@ -14,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.