vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
373 stars 109 forks source link

Fixed compile error with new tests. #220

Closed DWiechert closed 9 years ago

DWiechert commented 9 years ago

Since JUnit was upped to 4.X, I switched to having JUnit validate the expected exception instead of the old try/catch verify method.

vkostyukov commented 9 years ago

Sweet! Thanks a lot!

DWiechert commented 9 years ago

No problem. And I'll start working on the range checks for Basic1DMatrix, CRSMatrix, and CCSMatrix now.