Skip to content

Commit e487c95

Browse files
authored
Update dpnp_iface_mathematical.py (#81)
1 parent 1d70282 commit e487c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def ceil(x1, **kwargs):
164164
if (not use_origin_backend(x1) and is_x1_dparray and not kwargs):
165165
return dpnp_ceil(x1)
166166

167-
return call_origin(numpy.ceil, x1, x2, **kwargs)
167+
return call_origin(numpy.ceil, x1, **kwargs)
168168

169169

170170
def divide(x1, x2, **kwargs):

0 commit comments

Comments
 (0)