Closed oxinabox closed 4 years ago
Merging #15 into master will increase coverage by
0.56%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #15 +/- ##
==========================================
+ Coverage 97.61% 98.18% +0.56%
==========================================
Files 1 1
Lines 42 55 +13
==========================================
+ Hits 41 54 +13
Misses 1 1
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 35342e2...7cb0c13. Read the comment docs.
This closes #14
An issue is, because Table is not a type can't dispatch on it. so we wrap it in a
_TableHolder
for dispatch purposes.One assumption this code makes is that a a table is never a AbstractMatrix. Or rather that if it is, it should be treated using Matrix behavour, rather than Table behavour. I think that is sound.