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
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
The text was updated successfully, but these errors were encountered:
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
Maybe we should use set.add and check set length
The text was updated successfully, but these errors were encountered: