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

Reduce the number of tests #49

Closed ChristophWWagner closed 5 years ago

ChristophWWagner commented 5 years ago

Currently, many tests are performed which happens to test some parts of the code multiple times. This is good in a sense that we do not take the actual class implementation into account but rather test for as many corner cases as possible. This however slows down testing time.

How could we find a middle path to this?

ChristophWWagner commented 5 years ago

Accomplished with 72edd7f3