Skip to content

Commit

Permalink
removing failure (but probably still wont work)
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Feb 5, 2024
1 parent 4ad281b commit 628c547
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_eventseries.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pandas as pd

from traces import EventSeries


Expand All @@ -12,13 +10,6 @@ def test_init_data():
assert es[3] == 8.7
assert es[4] == 10

data = [
"2018-10-15T16:45:01",
"2019-04-16T13:08:26",
]
es = EventSeries(pd.to_datetime(data))
assert es[0] == es[0]


def test_count_active():
es_open = EventSeries(
Expand Down

0 comments on commit 628c547

Please sign in to comment.