Skip to content

datasets: implement a fallback URL mechanism. - #75

Merged
ilia-kats merged 9 commits into
mainfrom
datasets_improvements
Aug 25, 2026
Merged

datasets: implement a fallback URL mechanism.#75
ilia-kats merged 9 commits into
mainfrom
datasets_improvements

Conversation

@ilia-kats

Copy link
Copy Markdown
Collaborator

This is apparently being used in the wild with workarounds, so we should provide it here.

@codecov

codecovBot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 96.15385% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.77%. Comparing base (de3484b) to head (de8a6ee).
⚠️ Report is 2 commits behind head on main.

Files with missing linesPatch %Lines
src/scverse_misc/datasets/_fetcher.py93.75%1 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## main #75 +/- ##
==========================================
+ Coverage 92.63% 92.77% +0.13% 
==========================================
Files 11 11 Lines 584 609 +25 ==========================================
+ Hits 541 565 +24 - Misses 43 44 +1 
Files with missing linesCoverage Δ
src/scverse_misc/datasets/_registry.py100.00% <100.00%> (ø)
src/scverse_misc/datasets/_fetcher.py98.24% <93.75%> (-1.76%)⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- get rid of the Sphinx warnings
- more explicit docstrings
@ilia-kats
ilia-katsforce-pushed the datasets_improvements branch from 0cbb40c to 0078634CompareAugust 21, 2026 13:31
Comment threadsrc/scverse_misc/datasets/_fetcher.py Outdated
Comment threadsrc/scverse_misc/datasets/_registry.py Outdated
Comment threadsrc/scverse_misc/datasets/_registry.py
@ilia-kats
ilia-kats merged commit 93c8826 into mainAug 25, 2026
12 checks passed
@ilia-kats
ilia-kats deleted the datasets_improvements branch August 25, 2026 15:01
Sign up for freeto 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.

2 participants

@ilia-kats@flying-sheep