Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daxiongshu committed Nov 13, 2020
1 parent d83f081 commit 3a4a262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_glm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ def to_dask_cupy_array(X, cupy):


def to_dask_cupy_array_xy(X, y, cupy):
return dask_array_to_cupy(X, cupy), dask_array_to_cupy(y, cupy)
return to_dask_cupy_array(X, cupy), to_dask_cupy_array(y, cupy)

0 comments on commit 3a4a262

Please sign in to comment.