Skip to content

cvxpy bug patch - #1404

Open
j-c-c wants to merge 1 commit into
developfrom
cvxpy_bug_patch
Open

cvxpy bug patch#1404
j-c-c wants to merge 1 commit into
developfrom
cvxpy_bug_patch

Conversation

@j-c-c

@j-c-c j-c-c commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

It looks like cvxpy does a lazy evaluation and recomputes some array shapes by summing some uninitialized arrays. This tickles the same bug from #1402. I've moved thoe solve inside the filter and filtered out an additional overflow warning that is sometimes triggered in addition to the invalid values warning. Ran the failing test 200 times using the same ampere testing environment. Should be all good now.

@j-c-c j-c-c self-assigned this Aug 6, 2026
@j-c-c j-c-c added the bug Something isn't working label Aug 6, 2026
@j-c-c
j-c-c marked this pull request as ready for review August 10, 2026 13:52
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.66%. Comparing base (3edac60) to head (1095977).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1404   +/-   ##
========================================
  Coverage    90.66%   90.66%           
========================================
  Files          135      135           
  Lines        14930    14931    +1     
========================================
+ Hits         13536    13537    +1     
  Misses        1394     1394           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant