We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fda5e2 commit eb94ac9Copy full SHA for eb94ac9
tests/shapes/circles/test_circle.py
@@ -32,6 +32,6 @@ def test_is_circle(self, shape):
32
for x, y in zip(
33
cx + shape.radius * np.cos(angles),
34
cy + shape.radius * np.sin(angles),
35
- strict=False,
+ strict=True,
36
):
37
assert pytest.approx(shape.distance(x, y)) == 0
0 commit comments