Skip to content

Commit 162bb45

Browse files
committed
Update test data with new expected results
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
1 parent d7774a4 commit 162bb45

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
0 Bytes
Binary file not shown.

tests/test_polar_view.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ def test_polar_view(
7272
img = img.filled(np.nan)
7373

7474
# Verify that the image is identical to a reference image
75-
ref = np.load(
76-
test_data_dir / 'test_polar_view_expected.npy', allow_pickle=True
77-
)
75+
ref = np.load(test_data_dir / 'test_polar_view_expected.npy')
7876
assert np.allclose(img, ref, equal_nan=True)
7977

8078
# Also generate it using the cache

0 commit comments

Comments
 (0)