dynverse/dynwrap

Fix duplicate cell_ids and milestone_ids

Closed this issue · 4 comments

Related to dynverse/dyno#28

Eg. prefix duplications with an M

Wishbone also affected by this

@rcannood I don't remember, is it now possible to remove this requirement?

testthat::expect_false(any(duplicated(c(milestone_ids, cell_ids))))

Only the geodesic distances were affected by this, right?

I will remove this requirement then 😇

Thanks @zouter !