cytomining / cytominer-eval

Common Evaluation Metrics for DataFrames
BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

assert melt in enrichment #54

Open gwaybio opened 3 years ago

gwaybio commented 3 years ago

Currently, 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.