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/123/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/123?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 #123 +/- ## ========================================== + Coverage 95.45% 95.58% +0.12% ========================================== Files 42 42 Lines 1540 1584 +44 Branches 301 301 ========================================== + Hits 1470 1514 +44 Misses 68 68 Partials 2 2 ``` | [Impacted Files](https://app.codecov.io/gh/stefmolin/data-morph/pull/123?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/shapes/bases/point\_collection.py](https://app.codecov.io/gh/stefmolin/data-morph/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin#diff-c3JjL2RhdGFfbW9ycGgvc2hhcGVzL2Jhc2VzL3BvaW50X2NvbGxlY3Rpb24ucHk=) | `75.00% <0.00%> (ø)` | | | [src/data\_morph/shapes/factory.py](https://app.codecov.io/gh/stefmolin/data-morph/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin#diff-c3JjL2RhdGFfbW9ycGgvc2hhcGVzL2ZhY3RvcnkucHk=) | `63.63% <ø> (ø)` | | | [src/data\_morph/shapes/points.py](https://app.codecov.io/gh/stefmolin/data-morph/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin#diff-c3JjL2RhdGFfbW9ycGgvc2hhcGVzL3BvaW50cy5weQ==) | `100.00% <100.00%> (ø)` | | | [tests/shapes/test\_points.py](https://app.codecov.io/gh/stefmolin/data-morph/pull/123?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin#diff-dGVzdHMvc2hhcGVzL3Rlc3RfcG9pbnRzLnB5) | `100.00% <100.00%> (ø)` | |