(seed)
| 20 | # if the coercion cache is enabled and not thread-safe, creating |
| 21 | # RandomState instances simultaneously leads to a data race |
| 22 | def func(seed): |
| 23 | np.random.RandomState(seed) |
| 24 | |
| 25 | run_threaded(func, 500, pass_count=True) |
| 26 |
no test coverage detected
searching dependent graphs…