Description
What kind of feature would you like to request?
Additional function parameters / changed functionality / changed defaults?
Please describe your wishes
_create_random_gene_names have no checks to name unique, as a result we have gene name duplicates and errors like pandas.errors.InvalidIndexError: Reindexing only valid with uniquely valued Index objects when testing
- Fixed random seed is needed to test reproducibility
- Rewrite function
Maybe we should use set.add and check set length
Activity
flying-sheep commentedon Apr 14, 2025
For sure! I came up with something in #3590. Check it out if you want!