-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
This class is not that relevant now that our sampling routines do not rely on global seeding. It causes some confusions because it seems like the tests within should be seeded by default (they used to)
The only few uses that I think are still relevant is when we use it to obtain a seed or create fake data with legacy numpy random routines (i.e., not Generators). I think we can just refactor it to not rely on a base Test class.