Skip to content

Commit 38b9100

Browse files
committed
New update to make the code run in multi tasks (larger than Ncpu) to avoid the memery issue in parallel
1 parent 3c853a1 commit 38b9100

File tree

8 files changed

+983
-366
lines changed

8 files changed

+983
-366
lines changed

doc/Test-pymgal.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,22 +372,23 @@
372372
}
373373
],
374374
"metadata": {
375+
"hide_input": false,
375376
"kernelspec": {
376-
"display_name": "Python 2",
377+
"display_name": "Python 3",
377378
"language": "python",
378-
"name": "python2"
379+
"name": "python3"
379380
},
380381
"language_info": {
381382
"codemirror_mode": {
382383
"name": "ipython",
383-
"version": 2
384+
"version": 3
384385
},
385386
"file_extension": ".py",
386387
"mimetype": "text/x-python",
387388
"name": "python",
388389
"nbconvert_exporter": "python",
389-
"pygments_lexer": "ipython2",
390-
"version": "2.7.10"
390+
"pygments_lexer": "ipython3",
391+
"version": "3.6.7"
391392
},
392393
"latex_envs": {
393394
"LaTeX_envs_menu_present": true,

0 commit comments

Comments
 (0)