Mercurial > hg > may
diff yetilab/matrix/test/test_matrix.yeti @ 273:197d23954a4e
Move some of the most commonly loaded modules up a level
author | Chris Cannam |
---|---|
date | Thu, 23 May 2013 19:33:06 +0100 |
parents | 53ff481f1a41 |
children | 2c3faf6a2820 |
line wrap: on
line diff
--- a/yetilab/matrix/test/test_matrix.yeti Thu May 23 17:15:27 2013 +0100 +++ b/yetilab/matrix/test/test_matrix.yeti Thu May 23 19:33:06 2013 +0100 @@ -1,11 +1,11 @@ module yetilab.matrix.test.test_matrix; -mat = load yetilab.matrix.matrix; -vec = load yetilab.vector.vector; +mat = load yetilab.matrix; +vec = load yetilab.vector; -load yetilab.vector.vectortype; -load yetilab.matrix.matrixtype; +load yetilab.vector.type; +load yetilab.matrix.type; import yeti.lang: FailureException;