fiuneuro / brainconn

A Python implementation of the brain connectivity toolbox. **Not actively maintained.**
https://brainconn.readthedocs.io
GNU General Public License v3.0
30 stars 21 forks source link

90% coverage #7

Closed tsalo closed 2 years ago

tsalo commented 6 years ago

We should aim for 90% coverage for a 1.0.0 release.

tsalo commented 6 years ago

A good first pass for tests may be smoke tests, in which we feed in inputs of the right shapes and types and simply check that the functions don't break (and that the outputs are the right shapes and types). We can implement better unit tests which evaluate the actual content of the outputs over time.