Skip to content

Commit

Permalink
remove two prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jaegeral committed Sep 11, 2024
1 parent b2093a8 commit 5bc3c41
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ def test_fix_data_frame_precision_timestamp(self):
fixed_frame = self._importer._fix_data_frame(data_frame)
self.assertIsNotNone(fixed_frame)

print(fixed_frame["datetime"].values)
print(fixed_frame["timestamp"].values)
self.assertIs(
"1985-01-21T10:57:02+0000" in fixed_frame["datetime"].values, True
)
Expand Down

0 comments on commit 5bc3c41

Please sign in to comment.