sebiniemann / ArmadilloJava

Pure Java-based linear algebra library
armadillojava.org
8 stars 8 forks source link

Problem at test case InPlaceRandomGenRowVec #98

Closed dkiechle closed 10 years ago

dkiechle commented 10 years ago

Error description : java.lang.AssertionError: The numbers of columns did not match. Expected: is 1 but: was 5 at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:865) at org.armadillojava.TestUtil.assertMatEquals(TestUtil.java:33) at org.armadillojava.TestInPlaceRandomGenRowVec.testRowRandn(TestInPlaceRandomGenRowVec.java:97)