Closed jnsebgosselin closed 3 years ago
Hello @jnsebgosselin! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
hydsensread/tests/time_serie_records_test.py
:Line 31:80: E501 line too long (81 > 79 characters)
Merging #63 (e9da120) into master (15855c4) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #63 +/- ##
=======================================
Coverage 51.74% 51.74%
=======================================
Files 21 21
Lines 1834 1834
=======================================
Hits 949 949
Misses 885 885
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 15855c4...e9da120. Read the comment docs.
Somehow, comparing date and datetime in newer version of pandas doesn't work anymore.
We were passing a
date
instead of adatetime
object to theTimeSeriesRecords.get_data_at_time
method.