Closed Spriithy closed 3 years ago
Merging #81 (3ba4812) into master (cf342ba) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #81 +/- ##
=======================================
Coverage 92.19% 92.19%
=======================================
Files 31 31
Lines 2318 2318
=======================================
Hits 2137 2137
Misses 181 181
Impacted Files | Coverage Δ | |
---|---|---|
matrixprofile/algorithms/stomp.py | 96.52% <100.00%> (ø) |
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 cf342ba...3ba4812. Read the comment docs.
Thanks @Spriithy! I'll take a quick look in a bit. Much appreciated!
@Spriithy apologies for the delay - finally merging. Thanks for the PR!
Hi,
In accordance to Python's ways of comparing values, matrixprofile should comply with using
==
instead ofis
for such expressions.This is issue came up with a SyntaxWarning when packaging a project using PEX.
Anyways, this is a costless fix that would fix this.
Thanks in advance.