Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation with batch SOM #13

Merged
merged 5 commits into from
Nov 25, 2024
Merged

Initial implementation with batch SOM #13

merged 5 commits into from
Nov 25, 2024

Conversation

berombau
Copy link
Member

No description provided.

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

Attention: Patch coverage is 42.67782% with 137 lines in your changes missing coverage. Please review.

Project coverage is 73.97%. Comparing base (211ad7c) to head (e728cae).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
src/flowsom/models/batch/_som.py 18.84% 56 Missing ⚠️
src/flowsom/models/pyFlowSOM_som_estimator.py 5.26% 36 Missing ⚠️
src/flowsom/models/numpy_numba.py 37.83% 23 Missing ⚠️
src/flowsom/models/batch/som_estimator.py 76.25% 19 Missing ⚠️
src/flowsom/models/pyflowsom_estimator.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   80.23%   73.97%   -6.26%     
==========================================
  Files          18       25       +7     
  Lines        1204     1441     +237     
==========================================
+ Hits          966     1066     +100     
- Misses        238      375     +137     
Flag Coverage Δ
73.97% <42.67%> (-6.26%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/flowsom/models/__init__.py 100.00% <100.00%> (ø)
src/flowsom/models/batch/__init__.py 100.00% <100.00%> (ø)
src/flowsom/models/batch_flowsom_estimator.py 100.00% <100.00%> (ø)
src/flowsom/models/pyflowsom_estimator.py 40.00% <40.00%> (ø)
src/flowsom/models/batch/som_estimator.py 76.25% <76.25%> (ø)
src/flowsom/models/numpy_numba.py 37.83% <37.83%> (ø)
src/flowsom/models/pyFlowSOM_som_estimator.py 5.26% <5.26%> (ø)
src/flowsom/models/batch/_som.py 18.84% <18.84%> (ø)
---- 🚨 Try these New Features:

@berombau berombau merged commit 05c602f into main Nov 25, 2024
4 checks passed
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