Skip to content

Commit f337afa

Browse files
committed
adding suggestions
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
1 parent dd2a32c commit f337afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ def test_basic(self, xp: ModuleType):
19241924
expected * 180 / xp.pi,
19251925
rtol=0,
19261926
atol=1e-11,
1927-
)
1927+
)
19281928

19291929
def test_real(self, xp: ModuleType):
19301930
x = xp.asarray([0.0, -0.0, 1.0, -1.0])

0 commit comments

Comments
 (0)