0

I am building an app using vaex v4.9.1 and python 3.9. I use limits function to get the min and max combos for two axes like so:

    limits = df.limits(list(axes_val.values()), delay=False, selection=True)

Just recently randomly all of my unit tests broke, and they all brake on the line above. The error that is produced is RuntimeError: stride is not equal to 1. I tried to track down where this error is originating from but haven't been able to find it. If I run the application normally it works.

How do I fix these unit tests? Where does this stride error come from?

Software information

Vaex version vaex==4.9.1
Vaex was installed via: pip
OS: Windows 10
afriedman111
  • 1,925
  • 4
  • 25
  • 42

0 Answers0