scikit-tda / kepler-mapper

Kepler Mapper: A flexible Python implementation of the Mapper algorithm.
https://kepler-mapper.scikit-tda.org
MIT License
629 stars 182 forks source link

Update digits.ipynb #215

Closed MandaloreUltimate closed 3 years ago

MandaloreUltimate commented 3 years ago

Fix 'coverer' argument to 'cover' in mapper.map().

codecov[bot] commented 3 years ago

Codecov Report

Merging #215 (e601a72) into master (fdf42dd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #215   +/-   ##
=======================================
  Coverage   78.61%   78.61%           
=======================================
  Files          11       11           
  Lines         781      781           
  Branches      161      161           
=======================================
  Hits          614      614           
  Misses        138      138           
  Partials       29       29           

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 fdf42dd...abf5885. Read the comment docs.

sauln commented 3 years ago

Sweet, thank you!