We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b9cd9 commit 3861ffaCopy full SHA for 3861ffa
MCintegration/mc_multicpu_test.py
@@ -100,7 +100,7 @@ def test_mcmc(world_size):
100
# This is handled automatically by spawn when join=True
101
102
103
-if __name__ == "__main__":
104
- # Prevent issues with multiprocessing on some platforms
105
- mp.set_start_method("spawn", force=True)
106
- test_mcmc(2)
+# if __name__ == "__main__":
+# Prevent issues with multiprocessing on some platforms
+# mp.set_start_method("spawn", force=True)
+# test_mcmc(2)
0 commit comments