Skip to content

Commit 231bad6

Browse files
committed
fix coverage
1 parent 1ec11b3 commit 231bad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MCintegration/mc_multicpu_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_mcmc_singlethread():
8686

8787
def test_mcmc(world_size=2):
8888
# Use fewer processes than CPU cores to avoid resource contention
89-
world_size = min(world_size, mp.cpu_count())
89+
# world_size = min(world_size, mp.cpu_count())
9090
print(f"Starting with {world_size} processes")
9191

9292
# Start processes with proper error handling

0 commit comments

Comments
 (0)