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

add tests

e728cae
Select commit
Loading
Failed to load commit list.
Merged

Initial implementation with batch SOM #13

add tests
e728cae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 28, 2024 in 0s

73.97% (target 1.00%)

View this Pull Request on Codecov

73.97% (target 1.00%)

Details

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

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     
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%> (ø)