You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now must reckon with this warning raised by a chunk in test_cells.py (see details at the end of this comment)
pycytominer/pycytominer/cyto_utils/cells.py:755: FutureWarning: Passing 'suffixes' which cause duplicate columns {'ObjectNumber_cytoplasm'} in the result is deprecated and will raise a MergeError in a future version.
It's hard for me to tell if this is a logic error. We can't exclude the possibility that it is a logic error, but (1) it might just be a bad test fixture (2) it is very likely some edge case.
After looking at the test closely, I am reasonably sure this is a logic error because the test fixture (AP_NEW) seems perfectly fine.
Because this is blocking #257, I will need to yank it out into a new test (test_merge_single_cells_non_canonical) and skip it.
We now must reckon with this warning raised by a chunk in
test_cells.py
(see details at the end of this comment)In #194 (comment) I had said
After looking at the test closely, I am reasonably sure this is a logic error because the test fixture (
AP_NEW
) seems perfectly fine.Because this is blocking #257, I will need to yank it out into a new test (
test_merge_single_cells_non_canonical
) and skip it.I first notice this here:
The text was updated successfully, but these errors were encountered: