libscran / qdtsne

Quick-and-dirty t-SNE in C++
https://libscran.github.io/qdtsne/
MIT License
9 stars 2 forks source link

Require explicit specification of the number of threads. #4

Closed LTLA closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #4 (0aa3e10) into master (2a6fd4d) will decrease coverage by 0.22%. The diff coverage is 95.41%.

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   97.89%   97.67%   -0.23%     
==========================================
  Files          11       11              
  Lines         665      731      +66     
==========================================
+ Hits          651      714      +63     
- Misses         14       17       +3     
Impacted Files Coverage Δ
include/qdtsne/gaussian.hpp 0.00% <ø> (ø)
include/qdtsne/tsne.hpp 95.38% <76.47%> (-2.12%) :arrow_down:
include/qdtsne/interpolate.hpp 98.57% <98.24%> (+1.51%) :arrow_up:
tests/src/gaussian.cpp 100.00% <100.00%> (ø)
tests/src/interpolate.cpp 99.14% <100.00%> (+0.11%) :arrow_up:
tests/src/tsne.cpp 97.53% <100.00%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2a6fd4d...0aa3e10. Read the comment docs.