Skip to content

Commit 58fba44

Browse files
Fix logic for modf()
1 parent f015b88 commit 58fba44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,8 +2956,6 @@ def modf(x1, **kwargs):
29562956
)
29572957

29582958
if not kwargs:
2959-
pass
2960-
else:
29612959
return dpnp_modf(x1_desc)
29622960

29632961
return call_origin(numpy.modf, x1, **kwargs)

0 commit comments

Comments
 (0)