berkeley-stat222 / mousestyles

2016 final project
http://berkeley-stat222.github.io/mousestyles/
BSD 2-Clause "Simplified" License
2 stars 33 forks source link

MRG: Update to remove deprecation warning #183

Closed dylandaniels closed 8 years ago

dylandaniels commented 8 years ago

data.load_intervals() was returning a deprecation warning from using a deprecated pandas sort function. The function is now updated to use the recommended version.

dylandaniels commented 8 years ago

@jarrodmillman this is a trivial change that should be good to merge once Travis CI checks pass.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 64.258% when pulling f8356bc6cb7295f8fbf128c44166fdbf448c9fb5 on dylandaniels:deprecation-fix into b9da18453895ed305f06b7572bc7716c3288920f on berkeley-stat222:master.