Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chansonZ authored Dec 19, 2023
1 parent ebfa23e commit e11f7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_parallel_numpy_rng.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_threads(allN, seed, nthread, dtype, funcname):
elif dtype == np.float64:
assert np.allclose(s, p, atol=1e-15, rtol=0.)

def test_threads_shape(shapedN, seed, nthread, dtype, funcname):# 1个线程的结果同N个线程的结果
def test_threads_shape(shapedN, seed, nthread, dtype, funcname):
'''do different nthreads give the same answer?
'''

Expand Down

0 comments on commit e11f7cd

Please sign in to comment.