Currently, [`enrichment.py`](https://github.com/cytomining/cytominer-eval/blob/7f94b1124c9043c5e3717c43eb317a389e4b8efa/cytominer_eval/operations/enrichment.py) is lacking a step in which we assert the melt was performed correctly. https://github.com/cytomining/cytominer-eval/blob/7f94b1124c9043c5e3717c43eb317a389e4b8efa/cytominer_eval/transform/util.py#L127 We need to add this assertion in a future pull request, which will also add an "enrichment" option to the assert_melt function.
Currently,
enrichment.pyis lacking a step in which we assert the melt was performed correctly.cytominer-eval/cytominer_eval/transform/util.py
Line 127 in 7f94b11
We need to add this assertion in a future pull request, which will also add an "enrichment" option to the assert_melt function.