Removed dead code in qr test

This commit is contained in:
btracey
2014-01-08 13:54:53 -08:00
parent e88f486561
commit f1706a148f

View File

@@ -62,16 +62,6 @@ func (s *S) TestQRD(c *check.C) {
{19.4, 5.2, -26.1},
},
},
/*
{
name: "Fat",
a: [][]float64{
{1.3, 2.4, 8.9, 19.4},
{-2.6, 8.7, 9.1, 5.2},
{5.6, 5.8, 2.1, -26.1},
},
},
*/
} {
a := NewDense(flatten(test.a))