Skip to content

Commit

Permalink
fixed points test range due to new padding of blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed Nov 2, 2023
1 parent 43b84a6 commit 8711797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/test_data_extent.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def test_get_extent_points():
extent = get_extent(sdata["blobs_points"])
check_test_results0(
extent,
min_coordinates=np.array([12.0, 13.0]),
max_coordinates=np.array([500.0, 498.0]),
min_coordinates=np.array([3.0, 4.0]),
max_coordinates=np.array([509.0, 507.0]),
axes=("x", "y"),
)

Expand Down

0 comments on commit 8711797

Please sign in to comment.