Skip to content

fixing another issue likely with pandas update: "None" items in the l…#91

Merged
chenyangkang merged 2 commits into
mainfrom
debug
Feb 19, 2026
Merged

fixing another issue likely with pandas update: "None" items in the l…#91
chenyangkang merged 2 commits into
mainfrom
debug

Conversation

@chenyangkang
Copy link
Copy Markdown
Owner

…ist passed to the pd.concat will be ignore, so passing an empty dataframe instead of None for the ensembles which have all np.nan predictions.

Continued for #87, related to #88 and #90

…ist passed to the pd.concat will be ignore, so passing an empty dataframe instead of None for the ensembles which have all np.nan predictions.
@chenyangkang chenyangkang merged commit 614dc94 into main Feb 19, 2026
5 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 20, 2026

Codecov Report

❌ Patch coverage is 98.14815% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 90.72%. Comparing base (b071dcc) to head (3e0ea15).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
stemflow/model/AdaSTEM.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
- Coverage   90.75%   90.72%   -0.03%     
==========================================
  Files          40       40              
  Lines        3634     3634              
==========================================
- Hits         3298     3297       -1     
- Misses        336      337       +1     

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

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.

1 participant