Ben Beasley

Results 458 comments of Ben Beasley

With the Netlib backend (`export FLEXIBLAS=NETLIB`), the two failures reported here on `ppc64le` and the one failure reported in https://github.com/mne-tools/mne-python/issues/10984 on `aarch64` disappear; there is, however, a new failure on...

Thanks for looking at this. > Cool, so those two architectures now pass all tests, right? Correct, on Netlib BLAS. Does this project target only Netlib BLAS, or should these...

> @musicinmybrain do you have any suggestions for where I could read about how to emulate aarch64 to replicate this failure? Then I could dig into OpenBLAS etc. Personally, I’m...

> I'm on Ubuntu 22.04 but I'm assuming the commands are easy to translate. I'll post here with what I used if I can replicate, then hopefully I'll be able...

I’ve just taken over maintainership of this package in Fedora Linux. The troublesome check is in `google/protobuf/internal/python_message.py`. Since I don’t really understand the root cause of the error, the bug...

This might be an instance of https://github.com/protocolbuffers/protobuf/issues/7408.

It seems like I still have to skip these tests for `opentelemetry-exporter-jaeger-proto-grpc` up to 1.6.2, but not for 1.7.1 and later. Can anyone else reproduce this issue on 1.7.1 or...

> I cannot reproduce with 1.6.2, did you check v1.6.2 in this repo and ran `tox -e py39-opentelemetry-exporter-jaeger-proto-grpc`? It seems like I can’t, even working in a Rawhide `mock` chroot,...

> We first have to add reretry to conda-forge. Would you be willing to do that, or anybody else? I’ve given it a shot. This is my first conda-forge package....