conda-forge / osqp-feedstock

A conda-smithy repository for osqp.
BSD 3-Clause "New" or "Revised" License
0 stars 13 forks source link

Re-enable ppc64le #32

Closed h-vetinari closed 3 years ago

h-vetinari commented 3 years ago

Working towards fixing #29, cc @jayfurmanek

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

h-vetinari commented 3 years ago

@bstellato @gbanjac Looking a bit more closely, all 19 tests fail in solve_high_accuracy. However, I'm a bit confused, because I cannot find this function anywhere in the upstream repo. The same tests look very different here, but then, I don't pretend to understand how the codegen works exactly.

h-vetinari commented 3 years ago

Recording the link to the CI run on travis before rebasing.

h-vetinari commented 3 years ago

Some additional failures on azure, and some of the previous failures now fail even earlier with, already in the test-setup phase:

Pt = sparse.random(self.n, self.n, density=p)
[...]
        if self.nnz > 0:
            if self.row.max() >= self.shape[0]:
>               raise ValueError('row index exceeds matrix dimensions')
E               ValueError: row index exceeds matrix dimensions
h-vetinari commented 3 years ago

@bstellato @gbanjac Looking a bit more closely, all 19 tests fail in solve_high_accuracy. However, I'm a bit confused, because I cannot find this function anywhere in the upstream repo. The same tests look very different here, but then, I don't pretend to understand how the codegen works exactly.

Any input on this? Since I don't know where the failures even come from, it's a bit hard for me to investigate this any further...