UDST / orca

Python library for task orchestration
https://udst.github.io/orca/
BSD 3-Clause "New" or "Revised" License
53 stars 21 forks source link

Fix groupby unit test #35

Closed pksohn closed 7 years ago

pksohn commented 7 years ago

In response to #34. The pandas v0.20.1 release in May caused a test involving groupby to fail, and I made a quick fix in #28. It turns out that fix made tests pass in versions of Pandas >= 0.20.1, but fail in versions < 0.20.1.

This PR makes the failing test work with versions of Pandas before and after 0.20.1.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.599% when pulling 10ce43d1014956568db95de46b523443cf7a6016 on groupby_test into 9b852b84b6f9121a07c353c0ad36032e62938030 on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.599% when pulling 10ce43d1014956568db95de46b523443cf7a6016 on groupby_test into 9b852b84b6f9121a07c353c0ad36032e62938030 on master.