Skip to content

Commit

Permalink
fixup! ENH: Fix Pandas 0.19.2 compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Peque committed Oct 17, 2017
1 parent 5a6ddd8 commit a636660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def test_load_empty(self):
columns=EventDataSet.columns,
)

assert_equal(results, expected)
assert_equal(results, expected, check_categorical=False)


class EventsLoaderTestCase(WithAssetFinder,
Expand Down

0 comments on commit a636660

Please sign in to comment.