Open
Description
GPU code seems to hang if the supplied cupy
-backed xarray.DataArray
contains np.nan
values. Need to check rtxpy viewshed for the same problem.
Possible solutions:
- Keep the
np.nan
values (andnp.inf
too?) and deal with them gracefully. - Check for existence of non-finite values and raise an exception.
- Document the limitation.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🔖 Ready