Emergency Self-Construct

Results 879 comments of Emergency Self-Construct

Two years have now passed w/o any activity on this issue? Does anyone still experience it with recent Numba and SciPy releases?

@jni probably yes, but it may be a while until we get around to it.

I can repro this too: ``` 💣 zsh» python tmp.py The mean time for sort_numpy was 488.8987541198731 μs and the standard deviation was 43.920950070242135 μs. OMP: Info #271: omp_set_nested routine...

> Were there any thoughts about addressing this? There are well documented sorting algorithms that are much faster when the input is nearly sorted . No, fixing sorting isn't on...

@andrew-pomerance thank you very much for your bug report and taking the time to perform such a detailed analysis. I expect this will take some digging, so I will label...

@Arenhart this modification looks good. While I don't know if the source line could be printed alongside the error, I would recommend trying to get this change merged. To do...

> I'm having a lot trouble trying to implement the tests. When I try to run the Numba tests, a get a llvmlite version error > > ImportError: Numba requires...

@M0gician thank you for the report, I can reproduce this. Maybe using https://github.com/numba/numba/pull/9530 will yield some more insight into why this is going wrong.

> > @M0gician thank you for the report, I can reproduce this. Maybe using #9530 will yield some more insight into why this is going wrong. > > Oh, I've...

> Haven't heard from the outlines team yet but I did provide a solution to alleviate the issue for now OK, because I suspect that the type `UnicodeCharSeq` is either...