Closed adbailey4 closed 7 years ago
Merging #31 into master will increase coverage by
0.01%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #31 +/- ##
=========================================
+ Coverage 5.51% 5.52% +0.01%
=========================================
Files 10 10
Lines 1070 1067 -3
=========================================
Hits 59 59
+ Misses 1011 1008 -3
Impacted Files | Coverage Δ | |
---|---|---|
nanotensor/data.py | 0% <0%> (ø) |
:arrow_up: |
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 b49237f...9749783. Read the comment docs.
If input sequence length was less than the nanotensor seq-len then the entire read was put into the queue but since the read is shorter than the required input length tensorflow throws an error because of differing tensor shape.