Skip to content

Commit

Permalink
Merge pull request #244 from clEsperanto/compatibility-with-prototype
Browse files Browse the repository at this point in the history
allow pyclesperanto_prototype images as parameter values
  • Loading branch information
StRigaud authored Sep 29, 2024
2 parents 5e35602 + cbbba62 commit 72c8746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyclesperanto/_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,5 +344,6 @@ def is_image(object):
"<class 'xarray.core.dataarray.DataArray'>",
"<class 'resource_backed_dask_array.ResourceBackedDaskArray'>",
"<class 'torch.Tensor'>",
"<class 'pyclesperanto_prototype._tier0._pycl.OCLArray'>"
]
)

0 comments on commit 72c8746

Please sign in to comment.