Ian Thomas

Results 49 issues of Ian Thomas

This was agreed in https://github.com/bokeh/bokeh/pull/12020#discussion_r913256527 Do we want it in the impending 3.0 release or not?

type: task
dependencies

When you build the docs locally or via CI, it rebuilds many old versions of the docs as well as the current ones. This isn't ideal as it takes a...

documentation
enhancement

Need to extend the existing zonal stats tests to include cupy. The three test functions affected are: - test_default_stats - test_zone_ids_stats - test_custom_stats The default stats is easy to extend,...

zonal tools

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: 1. Keep the `np.nan` values (and...

bug

Currently project requirements are specified in `setup.py` and also in `requirements.txt` and `requirements-dev.txt`. They are not the same, so this needs clarifying and ideally removing the duplication so that there...

enhancement

xarrays can have no `(x, y)` coordinates, or they can have 1d or 2d coordinates. Need to check that all algorithms support all 3 use cases, and add tests for...

CI is failing following update of `dask` from `2022.7.1` to `2022.8.0`. In CI logs: ``` =========================== short test summary info ============================ FAILED datashader/tests/test_dask.py::test_line_manual_range[df_kwargs3-cvs_kwargs3-dask_DataFrame] FAILED datashader/tests/test_dask.py::test_line_manual_range[df_kwargs4-cvs_kwargs4-dask_DataFrame] FAILED datashader/tests/test_dask.py::test_line_autorange[df_kwargs3-cvs_kwargs3-dask_DataFrame] FAILED datashader/tests/test_dask.py::test_line_autorange[df_kwargs4-cvs_kwargs4-dask_DataFrame] FAILED...

bug

This is a possible (temporary?) fix to the problem of new pandas versions including new extension array tests that break our CI. The fix is to only run extension array...

Set up code coverage in a similar way to other HoloViz projects. Would like to know how much of the source code is touched by the tests.

Firstly, thanks for the fantastic library. I am getting strange results when running benchmarks for which some parameter combinations are skipped and some not. This was OK for asv 0.4.2,...

bug