vaex icon indicating copy to clipboard operation
vaex copied to clipboard

percentile_approx issue fix for python3.6 on Linux

Open JovanVeljanoski opened this issue 5 years ago • 2 comments

This PR is for the handling of the issue of percentile_approx method that pops up only on Linux and for python3.6.

Handles issue #385.

JovanVeljanoski avatar Aug 25 '19 00:08 JovanVeljanoski

I introduced yet another test via pytest for faster iterations.

JovanVeljanoski avatar Aug 25 '19 00:08 JovanVeljanoski

This is a most bizarre issue. While debugging, I noticed that putting print statements of certain variables alleviates the issue for python3.6 on Linux, but now Travis tells us that doing that creates a problem for Windows, again python3.6.

My guess this is either something to do with the @delay decorator, or with vaexfast.grid_find_edges.

I think I have narrowed down the issue there.. @maartenbreddels can you please take a quick look?

JovanVeljanoski avatar Aug 25 '19 08:08 JovanVeljanoski