Skip to content

Commit 24b9cd9

Browse files
committed
move mc_multicpu_test
1 parent 73884d3 commit 24b9cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mc_multicpu_test.py renamed to MCintegration/mc_multicpu_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ def test_mcmc(world_size):
103103
if __name__ == "__main__":
104104
# Prevent issues with multiprocessing on some platforms
105105
mp.set_start_method("spawn", force=True)
106-
test_mcmc(8)
106+
test_mcmc(2)

0 commit comments

Comments
 (0)