Skip to content

Update tests to pass#492

Merged
pseudocubic merged 6 commits into
mainfrom
fixtests
May 20, 2026
Merged

Update tests to pass#492
pseudocubic merged 6 commits into
mainfrom
fixtests

Conversation

@skylerreid

Copy link
Copy Markdown
Collaborator

Non-breaking change. Switched @test result["termination_status"] == LOCALLY_SOLVED to @test result["primal_status"] == FEASIBLE_POINT. This fixes the issue where all versions of Julia can get to an objective that looks reasonable, but the solver is not convinced that the solution is optimal (often resulting in OTHER_ERROR or similar).

Added CASE3B and CASE3U as exported constants in PMD. This lets the user call case = parse_file(CASE3B), for example.

@codecov

codecov Bot commented May 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.21%. Comparing base (79874bc) to head (7aa3e00).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #492      +/-   ##
==========================================
+ Coverage   74.09%   74.21%   +0.11%     
==========================================
  Files          73       72       -1     
  Lines       16404    16445      +41     
==========================================
+ Hits        12155    12205      +50     
+ Misses       4249     4240       -9     

☔ View full report in Codecov by Sentry.
📢 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.

@pseudocubic pseudocubic merged commit 05e1f5e into main May 20, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants