Skip to content

Commit 3e6c98c

Browse files
author
Adrian Teng
committed
Fix tests due to groupby changes on 0.16
1 parent 0b4d927 commit 3e6c98c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/integration/store/test_bitemporal_store.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ def test_multi_index_update(bitemporal_library):
259259
2012-10-09 17:06:11.040 | SPAM Index | 2.5
260260
2012-11-08 17:06:11.040 | EGG Index | 3.1
261261
2012-11-08 17:06:11.040 | SPAM Index | 3.0
262-
2012-12-08 17:06:11.040 | EGG Index |
263262
2012-12-08 17:06:11.040 | SPAM Index | 4.0""", num_index=2)
264263
bitemporal_library.update('spam', ts, as_of=dt(2015, 1, 1))
265264
bitemporal_library.update('spam', ts2, as_of=dt(2015, 1, 2))

tests/unit/test_multi_index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def test_fancy_group_by_multi_index():
112112
2012-10-08 17:06:11.040 | SPAM Index | 4.2
113113
2012-10-09 17:06:11.040 | EGG Index | 2.6
114114
2012-10-09 17:06:11.040 | SPAM Index | 2.5
115-
2012-11-08 17:06:11.040 | EGG Index |
116115
2012-11-08 17:06:11.040 | SPAM Index | 3.0""", num_index=2)
117116
assert_frame_equal(expected_ts, groupby_asof(ts, dt_col=['index 1', 'index 2'], asof_col='observed_dt'))
118117

0 commit comments

Comments
 (0)