Searched refs:use_numpy (Results 1 – 1 of 1) sorted by relevance
24 def control_stream(use_numpy=False): argument25 with config.patch(use_numpy_random_stream=use_numpy):45 def test_rndm_scalar(self, func, use_numpy): argument47 with control_stream(use_numpy):65 def test_rndm_array(self, func, use_numpy): argument66 with control_stream(use_numpy):77 def test_1d(self, use_numpy): argument88 def test_2d(self, use_numpy): argument100 def test_shuffle_list(self, use_numpy): argument113 def test_choice(self, use_numpy): argument[all …]