Skip to content

Commit 2839faf

Browse files
committed
TEST: Updated test
1 parent 7e1d201 commit 2839faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration_tests/test_cmath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_hyperbolic():
6464
def test_polar():
6565
x: c64
6666
eps: f64
67-
eps = 1e-6
67+
eps = 1e-12
6868
x = complex(1, -2)
6969
assert f64(abs(f64(phase(x)) - (-1.1071487177940904))) < eps
7070
assert f64(abs(f64(polar(x)[0]) - (2.23606797749979))) < eps

0 commit comments

Comments
 (0)