circstat / pycircstat

Toolbox for circular statistics with Python
MIT License
157 stars 42 forks source link

confidence intervals are namedtuples and bootstrapping returns unboostrapped value #12

Closed fabiansinz closed 9 years ago

philippberens commented 9 years ago

The Travis code test failed

fabiansinz commented 9 years ago

I acutally don't understand why. Matthias, do you have any idea? When I look at the Travis output it does not seem to reach the actual tests. At least the python 2.7 tests should succeed since they run through on my machine.

matthias-k commented 9 years ago

Travis seems to cut the output after 10000 lines. I am at the moment trying to solve this.

Best, Matthias

On 10/02/2014 03:30 PM, Fabian Sinz wrote:

I acutally don't understand why. Matthias, do you have any idea? When I look at the Travis output it does not seem to reach the actual tests. At least the python 2.7 tests should succeed since they run through on my machine.


Reply to this email directly or view it on GitHub: https://github.com/circstat/PyCircStat/pull/12#issuecomment-57629403

matthias-k commented 9 years ago

The reason for the failing test is the import of IPython in the tests. We can think about installing IPython in travis, if you would like to keep the import statement in the code. What do you think?

fabiansinz commented 9 years ago

No, I don't need it. I removed it. Since Travis takes forever anyway, I'd say we wait with installing until it really becomes necessary.