-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test_format_metrics_time_series datetime failure
pandas.Timestamp doesn't represent local time but UTC. This makes the test fails as the returned timestamp has 2h difference from the value of datetime.datetime which instead gets the local time. Additional changes are just pep considerations regarding longest line limits. Signed-off-by: ybonatakis <[email protected]>
- Loading branch information
Showing
1 changed file
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters