Skip to content

Fix the to_pandas method when names are available - #164

Merged
jkanche merged 6 commits into
masterfrom
fix/to_pandas
Aug 21, 2026
Merged

Fix the to_pandas method when names are available#164
jkanche merged 6 commits into
masterfrom
fix/to_pandas

Conversation

@jkanche

@jkanche jkanche commented Aug 21, 2026

Copy link
Copy Markdown
Member

Fixes: #163

@jkanche jkanche self-assigned this Aug 21, 2026
@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.23%. Comparing base (236c4c9) to head (92596cb).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
+ Coverage   64.99%   65.23%   +0.23%     
==========================================
  Files           8        8              
  Lines        1717     1717              
  Branches      310      310              
==========================================
+ Hits         1116     1120       +4     
+ Misses        467      465       -2     
+ Partials      134      132       -2     

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

@jkanche
jkanche merged commit 593dc80 into master Aug 21, 2026
14 checks passed
@jkanche
jkanche deleted the fix/to_pandas branch August 21, 2026 16:38
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.

GenomicRanges.to_pandas() silently doubles the row count when names is set and mcols has no matching row names

1 participant