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.
Codecov Report
Additional details and impacted files
[![Impacted file tree graph](https://app.codecov.io/gh/stefmolin/data-morph/pull/131/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://app.codecov.io/gh/stefmolin/data-morph/pull/131?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 #131 +/- ## ========================================== + Coverage 97.37% 98.31% +0.93% ========================================== Files 42 42 Lines 1636 1657 +21 Branches 311 320 +9 ========================================== + Hits 1593 1629 +36 + Misses 39 24 -15 Partials 4 4 ``` | [Impacted Files](https://app.codecov.io/gh/stefmolin/data-morph/pull/131?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/data/loader.py](https://app.codecov.io/gh/stefmolin/data-morph/pull/131?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin#diff-c3JjL2RhdGFfbW9ycGgvZGF0YS9sb2FkZXIucHk=) | `100.00% <100.00%> (+30.00%)` | :arrow_up: | | [tests/data/test\_loader.py](https://app.codecov.io/gh/stefmolin/data-morph/pull/131?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin#diff-dGVzdHMvZGF0YS90ZXN0X2xvYWRlci5weQ==) | `100.00% <100.00%> (ø)` | |