weecology / macroecotools

Tools for Macroecological Analyses Using Python
Other
9 stars 13 forks source link

Failing tests #10

Closed ethanwhite closed 10 years ago

ethanwhite commented 10 years ago

I don't have time to look into these at the moment (and suspect others don't as well), but once we're back from conference travel there are a couple of failing tests: https://travis-ci.org/weecology/macroecotools/builds/29644121

rueuntal commented 10 years ago

Not sure what's going on, but I tried to manually check the two failed tests (i.e., enter all inputs and check if abundance.equals holds) and they both passed. @embaldridge what do you see?

embaldridge commented 10 years ago

I'm no help here; I'm not up to speed on how this testing thing is working.

ethanwhite commented 10 years ago

Looks like the tests started failing at 2fc39b229c5e3b63df8bb8589f6bcc966bed5cb8.

rueuntal commented 10 years ago

It's probably a misunderstanding on my side but I thought the error was "ERROR: Test abundance_in_group with no abundance column provided". Is it something else?

ethanwhite commented 10 years ago

No, you're right. I think it was a coincidence that it started failing then (probably a Pandas update??). I just submitted a PR that should fix it.

ethanwhite commented 10 years ago

screenshot from 2014-08-08 11 00 25

Looks like this API change in Pandas 0.14.1 is probably responsible.