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

Increase coverage #119

Closed ChristophWWagner closed 1 year ago

ChristophWWagner commented 1 year ago

This PR introduces additional unittests with checks for proper exception raising, interfaces and operators. As a result, test coverage is increased by a pretty large amount (from 80-something up to 98%), identifying and fixing some previously unknown issues along the way.

Changelog:

Resolves the following issues:

I would recommend to immediately deploy a new version 0.2.2, due to the large amount of fixes/improvements.