Skip to content

Commit 9124568

Browse files
philippeitisJoseph Weston
authored andcommitted
Update test_triangulation.py
1 parent d0d6a69 commit 9124568

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

adaptive/tests/unit/test_triangulation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ def generate_random_sphere_points(dim, radius=0):
9494
)
9595
if not allclose(radius, circ_radius):
9696
err_msg += "Calculated radius {} differs from true radius {}".format(
97-
circ_radius,
98-
radius,
97+
circ_radius, radius,
9998
)
10099
if err_msg:
101100
raise AssertionError(err_msg)

0 commit comments

Comments
 (0)