-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python311Packages.scs: relax floating point precision for linux test #284299
Conversation
Result of 12 packages failed to build:
2 packages built:
|
related to python311Packages.osqp failing after scipy 1.12 update |
failures in osqp after scipy update seem significant. https://hydra.nixos.org/build/247560486 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and legitimate to me. Thanks for working on this! Why is this a draft? Oh I see why.. I think this could be good to go.
after seeing the failures in osqp/osqp-python#121 i thought i'd hold off for a few days and see if anyone responds to the bug reports. the underling implementations of these packages are c/c++/fortran libraries. in the modules scipy seems to be used just to do sparse matrix conversions -- but the tests use it to compare output from the underlying libs. unclear if failures are due to bugs in the unit tests triggered by the update or problems with scipy 1.12 |
I understand. Yes let's give the upstreams a bit of time to investigate these issues. |
after the update to scipy 1.12 the test_solve_feasible fails on linux with 1 of the 185 floating point values not being equal to 4 decimal places. relax the check to only check 3 decimal places.
workaround for: bodono/scs-python#81 with upstream patch bodono/scs-python#82
after the update to scipy 1.12 the test_solve_feasible fails on linux with 1 of the 185 floating point values not being equal to 4 decimal places. relax the check to only check 3 decimal places.
build failures related to python311Packages.osqp failing
https://hydra.nixos.org/build/247560486
osqp/osqp-python#121
Result of
nixpkgs-review pr 284299
run on x86_64-linux 112 packages failed to build:
2 packages built:
Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.