my.bluemaestro: workaround weird timestamps by keeping track of the latest timestamp
This commit is contained in:
parent
8e8d9702f3
commit
5babbb44d0
2 changed files with 12 additions and 10 deletions
|
@ -17,12 +17,10 @@ def test() -> None:
|
|||
# check that timezone is set properly
|
||||
assert dts == '20200824 22'
|
||||
|
||||
# NOTE: broken at the moment due to weirdness with timestamping
|
||||
# assert len(tp) == 1 # should be unique
|
||||
assert len(tp) == 1 # should be unique
|
||||
|
||||
# 2.5 K + 4 K datapoints, somwhat overlapping
|
||||
# NOTE: boken at the moment due to weirdness with timestamping
|
||||
# assert len(res) < 6000
|
||||
assert len(res) < 6000
|
||||
|
||||
|
||||
import pytest # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue