Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always include at least one category in random test data (pydata#9436)
* Always include at least one category in random test data Otherwise, creating test data can fail randomly, depending on how the random number generator is seeded. (Note: we would ideally avoid using a random number generator or fix the random seed so test data is entirely deterministic, but that's a bigger refactor...) * use RandomState object
- Loading branch information