Skip to content

Commit 23b3eea

Browse files
committed
more formatting
1 parent 0740509 commit 23b3eea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_tracking.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ def test__unit_normal():
238238
[ 0.5, 0.4330127, 0.75],
239239
[ 0.4330127, -0.5, 0.75],
240240
[-0.5, -0.4330127, 0.75],
241-
[-0.4330127, 0.5, 0.75]]
242-
)
241+
[-0.4330127, 0.5, 0.75]])
243242
unorms = tracking._unit_normal(az, tilt, theta)
244243
assert np.allclose(unorms, expected)
245244

0 commit comments

Comments
 (0)