You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.
Hello,
Is there something wrong with the python module? I have inconsistencies between the output of rrdtool xport and the python module. Example:
and:
1459947900 (10.618333333333334, 10.032666666666668)
1459948200 (7.578333333333333, 13.656833333333331)
1459948500 (7.578333333333333, 13.656833333333331)
1459948800 (8.451666666666666, 12.316333333333334)
1459949100 (8.451666666666666, 12.316333333333334)
1459949400 (None, None)
1459949700 (None, None)
1459950000 (None, None)
1459950300 (None, None)
1459950600 (None, None)
1459950900 (None, None)
1459951200 (None, None)
1459951500 (0.0, 4.985e-321)
Note: the epoch is calculated based on start, end, step.
There is no one to one match and that should not be the case.
Cheers
The text was updated successfully, but these errors were encountered: