joseph nowak
joseph nowak
I did a code that does exactly what I wanted, but It makes use of private attributes so I suppose It is not a good idea to use it and...
I think the issue is more related to dask distributed, so should I open the issue here https://github.com/dask/distributed/issues?
I modified the example to use the class MemorySampler. ```py3 import pandas as pd import dask import time from dask.distributed.diagnostics import MemorySampler ms = MemorySampler() class Mapper: def __init__(self, s:...
Thanks for the answer, it makes sense that it consumes that amount of memory due to the size of all the tasks but, is it expected that it never releases...
Thanks, I think that clarify all my doubts.
Hi @max-sixty, thanks for your fast response. Regarding the Xarray/Zarr topic, I left a message on the issue—if you have a chance to take a look, that would be great!...
I have used Numbagg in other projects and regularly I see a first execution of only a couple of seconds, not a minute but probably Flox is using many functions...
I ran it again on my machine with Dask 2024.11.2 and it is raising a different warning, but I think it has the same meaning, should I try with the...
I'm no longer able to reproduce this issue with the last version of Dask 2025.02.0, I'm not sure what changed on Dask to fix this, @templiert can you check if...