Skip to content

Commit 514b385

Browse files
committed
FIX: correct n_procs, seems to cause circleci errors
1 parent 71a7bc3 commit 514b385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/example_2ndlevel.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"metadata": {},
245245
"outputs": [],
246246
"source": [
247-
"l2analysis.run('MultiProc', plugin_args={'n_procs': 8})"
247+
"l2analysis.run('MultiProc', plugin_args={'n_procs': 4})"
248248
]
249249
},
250250
{
@@ -339,7 +339,7 @@
339339
"metadata": {},
340340
"outputs": [],
341341
"source": [
342-
"l2analysis.run('MultiProc', plugin_args={'n_procs': 8})"
342+
"l2analysis.run('MultiProc', plugin_args={'n_procs': 4})"
343343
]
344344
},
345345
{

0 commit comments

Comments
 (0)