Skip to content

Commit

Permalink
Add formatting to test_affinder
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Nov 27, 2023
1 parent 1ad8bd3 commit aad8985
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/affinder/_tests/test_affinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from scipy import ndimage as ndi
from pathlib import Path


layer0_pts = np.array([[140.38371886,
322.5390704], [181.91866481, 319.65803368],
[176.15659138, 259.1562627],
Expand Down Expand Up @@ -165,7 +164,4 @@ def test_load_affine(tmp_path):
widget = load_affine()
widget(layer, affile)

np.testing.assert_allclose(
layer.affine, affine
)

np.testing.assert_allclose(layer.affine, affine)

0 comments on commit aad8985

Please sign in to comment.