Skip to content

Commit

Permalink
pre-processing unit tests #211
Browse files Browse the repository at this point in the history
  • Loading branch information
malingaperera committed Nov 17, 2020
1 parent 8bb06b6 commit 6690c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Private/tests/date.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SemaEvents = [e for e in DemoEvents if e.Type == "__SEMA__" and e.hasField("Happ
AppEvents = [e for e in DemoEvents if e.Type == "__App__" and e.hasField("Temperature")]

CombinedEvents = zipDate([SemaEvents, AppEvents])
# CombinedEvents = zipDate([SemaEvents, AppEvents], "StartDateTime", [["minutes", 120]])

t = CombinedEvents[1]

Expand Down

0 comments on commit 6690c7d

Please sign in to comment.