Beispiel #1
0
 def test_bcast_list(self, lst):
     assert np.allclose(comm.bcast(lst, 0), h_comm.bcast(lst, 0))
Beispiel #2
0
 def test_bcast_array(self, array):
     assert np.allclose(comm.bcast(array, 0), h_comm.bcast(array, 0))