Matti Picus

Results 1105 comments of Matti Picus

Let's go back to the start. @t-kalinowski could you expand on > We recently hit a segfault on Alpine when importing NumPy in a process that had already loaded the...

Please check in the git history when this code was added, and look for hints there why it was done. This seems like it is AI generated, if so please...

Indeed, the test case of matrixes in d1a661df486 hits the path this PR wishes to remove. That test seems to have disappeared, and as @seberg says (edit: in the issue)...

I think it is sufficient to make a 1-line change to extend the comment so others won't try to delete this until we get rid of matrix ```diff # Operations...

> Are there any other subclasses Who knows? I think the point is less `obj.sum` vs `np.add.reduce` and more the `np.asarray` before calling `*`. So the problem is subclasses that...

I am not really a polynomial expert, but this should have a test that emits the warning.

You need to rebase off `main` since the circleCI job is still using 3.11 instead of 3.12

Note this fix is different from the one suggested by @eendebakpt in the issue. Are they equivalent?