Skip to content

Minor cleanup and fixes#298

Merged
ph-kev merged 4 commits intomainfrom
kp/misc
Apr 14, 2026
Merged

Minor cleanup and fixes#298
ph-kev merged 4 commits intomainfrom
kp/misc

Conversation

@ph-kev
Copy link
Copy Markdown
Member

@ph-kev ph-kev commented Apr 13, 2026

closes #294

This PR adds job status to be an enum instead of symbols, updates iteration indexing to one-based indexing, reorganize tests, and removes the Manifest.

The zero-based indexing was inconsistent with indexing used by Julia and EKP. Tests that doesn't involve using the backend are moved to GHA instead. Finally, the manifest was removed because leeping the manifest introduces unnecessary repository noise and busywork when updating dependencies.

Copy link
Copy Markdown
Member

@nefrathenrici nefrathenrici left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, it's nice to finally change the initial iteration index from 0 to 1!

ph-kev added 3 commits April 13, 2026 16:07
Keeping the manifest introduces unnecessary repository noise and
busywork when updating dependencies.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 14, 2026

Codecov Report

❌ Patch coverage is 27.27273% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.67%. Comparing base (990059e) to head (a95b2d8).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/backends/pbs.jl 0.00% 5 Missing ⚠️
src/backends/slurm.jl 37.50% 5 Missing ⚠️
src/backend.jl 0.00% 4 Missing ⚠️
src/calibration.jl 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #298      +/-   ##
==========================================
+ Coverage   49.49%   53.67%   +4.18%     
==========================================
  Files          16       16              
  Lines        1281     1291      +10     
==========================================
+ Hits          634      693      +59     
+ Misses        647      598      -49     

☔ 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.

@ph-kev ph-kev merged commit f86e6b3 into main Apr 14, 2026
11 of 12 checks passed
ph-kev added a commit that referenced this pull request Apr 15, 2026
These tests were missed in #298.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Start iteration from 1 and not 0

2 participants