EMS-TU-Ilmenau / fastmat

A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
https://fastmat.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

Add exception tests #96

Closed ChristophWWagner closed 1 year ago

ChristophWWagner commented 3 years ago

Some error conditions were found to cause ungraceful crashes during the last release phase. Therefore, add explicit test cases that check for proper exception type and -throwing (not the exact exception message). This should make sure that errors don't go unneccessarily unnoticed.