Initial implementation with batch SOM #13
Merged
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
).
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%> (ø) |
Loading