Skip to content

Commit

Permalink
test: geo_test: set legacy print options
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz committed Jan 18, 2025
1 parent 362ce2a commit 8b54d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/geo_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from common import *

np.set_printoptions(legacy="1.25")

def test_virtual_columns_spherical():
df = vaex.from_scalars(alpha=0, delta=0, distance=1)
Expand Down

0 comments on commit 8b54d26

Please sign in to comment.