Skip to content

Commit d641153

Browse files
committed
Add network
1 parent 7c287f2 commit d641153

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

cookbook/assets/mst_network_tyk2.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

cookbook/repairing_broken_networks.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
},
102102
{
103103
"cell_type": "code",
104-
"execution_count": 3,
104+
"execution_count": 13,
105105
"id": "8a702d3c",
106106
"metadata": {},
107107
"outputs": [
@@ -114,7 +114,7 @@
114114
}
115115
],
116116
"source": [
117-
"planned = LigandNetwork.from_json(\"ligand_network.json\")\n",
117+
"planned = LigandNetwork.from_json(\"assets/mst_network_tyk2.json\")\n",
118118
"\n",
119119
"print(\"planned connected:\", planned.is_connected(), \" edges:\", len(planned.edges))"
120120
]

0 commit comments

Comments
 (0)