Skip to content

Commit

Permalink
update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
KenjiKamimoto-ac committed Jan 11, 2022
1 parent 6f8faf2 commit 8929d9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@
"metadata": {},
"outputs": [],
"source": [
"links.filter_links(p=0.001, weight=\"coef_abs\", thread_number=2000)"
"links.filter_links(p=0.001, weight=\"coef_abs\", threshold_number=2000)"
]
},
{
Expand Down
6 changes: 6 additions & 0 deletions docs/notebooks/04_Network_analysis/.log
Original file line number Diff line number Diff line change
Expand Up @@ -270523,3 +270523,9 @@ label 422:
2022-01-11 15:11:37,022 [14428] DEBUG root:197: [JupyterRequire] Configuration requested: {'paths': {}, 'shim': None}
2022-01-11 15:11:37,023 [14428] INFO root:271: [JupyterRequire] Comms have been successfully initialized.
2022-01-11 15:11:37,023 [14428] DEBUG root:97: [JupyterRequire] Registering comm targets.
2022-01-11 15:14:41,523 [14803] DEBUG root:75: [JupyterRequire] Loading Jupyter Require extension.
2022-01-11 15:14:41,523 [14803] DEBUG root:93: [JupyterRequire] Initializing comms.
2022-01-11 15:14:41,523 [14803] INFO root:247: [JupyterRequire] Initializing comms.
2022-01-11 15:14:41,526 [14803] DEBUG root:197: [JupyterRequire] Configuration requested: {'paths': {}, 'shim': None}
2022-01-11 15:14:41,526 [14803] INFO root:271: [JupyterRequire] Comms have been successfully initialized.
2022-01-11 15:14:41,526 [14803] DEBUG root:97: [JupyterRequire] Registering comm targets.
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@
"metadata": {},
"outputs": [],
"source": [
"links.filter_links(p=0.001, weight=\"coef_abs\", thread_number=2000)"
"links.filter_links(p=0.001, weight=\"coef_abs\", threshold_number=2000)"
]
},
{
Expand Down Expand Up @@ -3200,7 +3200,7 @@
],
"metadata": {
"finalized": {
"timestamp": 1623269400628,
"timestamp": 1641935706786,
"trusted": false
},
"kernelspec": {
Expand Down

0 comments on commit 8929d9a

Please sign in to comment.