Peter Roelants

Results 21 comments of Peter Roelants

I couldn't get the s2geometry library build against anaconda Python to work. However, I succeeded in building against python3 virtual environment.

I ran into a similar issue with linked brushing tools such as box-select and `AdjointLayout`. I'm not even using a custom box select tool. I have been able to replicate...

However, I just noticed that replacing the `link_selections` line with following works in my case: ```python ls = link_selections.instance() ls(spreaded)

@jbednar I created its own issue as you suggested: https://github.com/holoviz/holoviews/issues/5028

Thanks for the references to #885 , I did some tests based on the `quadmesh_rectilinear_dask_PR.ipynb` from that PR by replacing the matrix with a much larger one. I noticed that...

> Only potential guess here is that something is going wrong with memory usage during auto-range calculations. Do you see the same behavior if you explicitly provide x and y...

The issue seems to be specifically related to the [`jax.vmap`](https://jax.readthedocs.io/en/latest/jax.html#jax.vmap) `in_axes` and `out_axes` arguments. Note that named arguments work when `in_axes` and `out_axes` are not needed (and not used), as...

> It would be a very welcome improvement to add support for FFT-based convolutions to JAX! I took a stab at adding FFT-based convolutions in Jax at https://github.com/google/jax/pull/6343. I would...

> This PR prevents the uploaded file from being completely loaded in memory. > Instead it will be read chunk-by-chunk. Can someone point me to where the file being uploaded...

I'm running into the same `TypeError: standalone_docs_json_and_render_items() takes 1 positional argument but 2 were given` error. Full stacktrace and version info (click to expand) ```python-traceback --------------------------------------------------------------------------- TypeError Traceback (most recent...