Closed redeboer closed 3 years ago
Merging #49 (033640f) into master (ffd785a) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #49 +/- ##
=======================================
Coverage 91.66% 91.66%
=======================================
Files 5 5
Lines 348 348
Branches 62 62
=======================================
Hits 319 319
Misses 18 18
Partials 11 11
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ffd785a...033640f. Read the comment docs.
This PR is in preparation switching between numpy and tensorflow (see also #46): it would be nice to choose between backends through optional dependencies. Of course, it's possible to do all that through
setup.py
, but I think it's cleaner to summarize those optional dependencies (also the ones for testing and developing) undersetup.cfg
.