Maximilian Roos
Maximilian Roos
I suspect this is a lack of thread safety in dask. In particular, the tracebacks are internal dask data structures. Is there anything to suggest this something we could fix...
Thanks! A couple of (open-minded :) ) questions: - How would these stay up-to-date? - It's just the front page, not the full docs, is that right? (so doesn't change...
Thanks @steppi ! That sounds good. (I realize you added a link to the FAQ, sorry for having missed that...)
This does still have the same issue with 3.20.0. Interestingly it only happens on `task -w test-rust` and not `task -w test-rust-fast`. The former uses (almost) the full path, which...
Sorry I missed #8025, I thought I searched; I guess `first` hit lots of unrelated issues and I missed it. > Out of curiosity how many groups does your problem...
> Do you end up using dask for this, or just numbagg? I ended up just leaving it running for hours! > Are these groups randomly distributed along the dimension,...
OK, I merged #644, it's onto @mitsuhiko to release (or if you give me permissions I'm happy to do it...)
Actually give me a couple days, want to check everything is working correctly with #644, will add a couple tests.
OK, added some more tests, fixed a couple of small issues. There are still things I'd like to look at — added some `TODO`s to the code, but I'm +1...
@mitsuhiko over to you :)