stefmolin / data-morph

Morph an input dataset of 2D points into select shapes, while preserving the summary statistics to a given number of decimal points through simulated annealing. It is intended to be used as a teaching tool to illustrate the importance of data visualization.
https://stefaniemolin.com/data-morph/
MIT License
71 stars 20 forks source link

Add CLI reference to the documentation #112

Closed stefmolin closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #112 (f7d3d03) into main (46eed1b) will increase coverage by 0.02%. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/stefmolin/data-morph/pull/112/graphs/tree.svg?width=650&height=150&src=pr&token=3SEEG9SZQO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin)](https://codecov.io/gh/stefmolin/data-morph/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin) ```diff @@ Coverage Diff @@ ## main #112 +/- ## ========================================== + Coverage 95.42% 95.45% +0.02% ========================================== Files 42 42 Lines 1531 1541 +10 Branches 300 301 +1 ========================================== + Hits 1461 1471 +10 Misses 68 68 Partials 2 2 ``` | [Impacted Files](https://codecov.io/gh/stefmolin/data-morph/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin) | Coverage Δ | | |---|---|---| | [src/data\_morph/cli.py](https://codecov.io/gh/stefmolin/data-morph/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin#diff-c3JjL2RhdGFfbW9ycGgvY2xpLnB5) | `100.00% <100.00%> (ø)` | | | [tests/test\_cli.py](https://codecov.io/gh/stefmolin/data-morph/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin#diff-dGVzdHMvdGVzdF9jbGkucHk=) | `100.00% <100.00%> (ø)` | |