• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PrincetonUniversity / slurmise
91%

Build:
DEFAULT BRANCH: main
Repo Added 16 Jun 2025 04:26PM UTC
Files 26
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bugfix_job_database.iterate_jobs
  • chore/defer_slkearn_import
  • chore/fix-linting
  • copilot/fix-slurmise-record-issue
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/all-actions-1cad09eb89
  • dependabot/github_actions/all-actions-7431cd2480
  • dependabot/github_actions/astral-sh/setup-uv-7
  • dependabot/uv/all-deps-28c3b11a87
  • dependabot/uv/all-deps-9a1dd0b99b
  • dependabot/uv/click-8.5.0
  • dependabot/uv/coverage-7.15.4
  • dependabot/uv/coverage-7.16.0
  • dependabot/uv/isort-9.0.1
  • dependabot/uv/mypy-2.3.1
  • dependabot/uv/pandas-3.0.5
  • dependabot/uv/pre-commit-4.6.2
  • dependabot/uv/ruff-0.16.5
  • dependabot/uv/snakemake-9.25.2
  • dependabot/uv/snakemake-9.26.1
  • docs/ai-policy-and-agents-md
  • docs/create-site
  • feat/hatch_to_uv
  • feat/knn_regressor
  • feat/raw-record-usage
  • feat/tutorial
  • fix/SLURM_STEPID
  • fix/concurrent-db-access
  • fix/consistent-time-units
  • fix/model_interact
  • fix/predict-warning-list
  • fix/raw_predict
  • fix/release
  • fix/resource_fit_mpe_bounds
  • fix/slurmise-record-no-slurmid
  • gp/expand_raw_commands
  • gp/fix_memory
  • gp/fix_workflows
  • gp/refactor_main
  • main
  • print-no-toml
  • tc/better-file-errors
  • tc/consistent-names
  • tc/dependabot-group
  • tc/dry-parse
  • tc/error-report
  • tc/job_data_from_dict
  • tc/patch-snakemake
  • tc/resource-minima
  • tc/snakemake-toml
  • tc/update-config

11 Sep 2026 11:24AM UTC coverage: 90.584%. Remained the same
34593846128

push

github

web-flow
fix: return the too-few-records warning as a list (#116)

predict is annotated -> tuple[JobData, list[str]] and every other return path
returns a list; the under-ten-records early return gave back a bare string.

__main__ iterates the warnings it gets, so iterating a string yielded its
characters: 69 lines of stderr, one letter each, instead of one sentence.

Assisted-by: Claude Code:claude-opus-5

297 of 338 branches covered (87.87%)

Branch coverage included in aggregate %.

2214 of 2434 relevant lines covered (90.96%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
2434 RELEVANT LINES 2214 COVERED LINES
0.91 HITS PER LINE
Source Files on main
  • Tree
  • List 26
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
34593846128 main fix: return the too-few-records warning as a list (#116) predict is annotated -> tuple[JobData, list[str]] and every other return path returns a list; the under-ten-records early return gave back a bare string. __main__ iterates the warnings it ... push 11 Sep 2026 11:24AM UTC web-flow github
90.58
34557620864 feat/tutorial Merge e289225b7 into 275d44bd5 Pull #117 11 Sep 2026 03:14AM UTC web-flow github
90.58
34518692489 fix/predict-warning-list Merge fea3b7511 into 275d44bd5 Pull #116 10 Sep 2026 07:09PM UTC web-flow github
90.58
34389075530 main fix: update concurrent db test (#111) * fix: update concurrent db test - Changed test_api using staggered sleeping with a barrier to produce concurrent reads/writes. - Updated job_database to catch file exists errors for db creation - Changed re... push 09 Sep 2026 06:27PM UTC web-flow github
90.58
34380729070 fix/concurrent-db-access Merge 91cb915da into 1e06da629 Pull #111 09 Sep 2026 05:05PM UTC web-flow github
90.58
34264891584 fix/model_interact Merge b11ab8e5c into 1e06da629 Pull #115 08 Sep 2026 06:45PM UTC web-flow github
90.88
34258753958 main chore(deps): bump the all-deps group with 3 updates (#114) Bumps the all-deps group with 3 updates: [joblib](https://github.com/joblib/joblib), [regex](https://github.com/mrabarnett/mrab-regex) and [ruff](https://github.com/astral-sh/ruff). Upd... push 08 Sep 2026 05:43PM UTC web-flow github
90.62
34258646177 main chore(deps): bump the all-actions group with 3 updates (#113) Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/... push 08 Sep 2026 05:42PM UTC web-flow github
90.62
34234131058 dependabot/uv/all-deps-9a1dd0b99b Merge 79ba69dd9 into e7f80cc5b Pull #114 08 Sep 2026 01:47PM UTC web-flow github
90.62
34233954453 dependabot/github_actions/all-actions-7431cd2480 Merge 1d3bbd91c into e7f80cc5b Pull #113 08 Sep 2026 01:46PM UTC web-flow github
90.62
See All Builds (157)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc