Skip to content

Commit 3861ffa

Browse files
committed
update
1 parent 24b9cd9 commit 3861ffa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MCintegration/mc_multicpu_test.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_mcmc(world_size):
100100
# This is handled automatically by spawn when join=True
101101

102102

103-
if __name__ == "__main__":
104-
# Prevent issues with multiprocessing on some platforms
105-
mp.set_start_method("spawn", force=True)
106-
test_mcmc(2)
103+
# if __name__ == "__main__":
104+
# Prevent issues with multiprocessing on some platforms
105+
# mp.set_start_method("spawn", force=True)
106+
# test_mcmc(2)

0 commit comments

Comments
 (0)