Remove redundant notebook cells

This commit is contained in:
Marek Wolan
2024-02-29 13:22:41 +00:00
parent 2f3e40fb6b
commit bd0b2e0033

View File

@@ -345,7 +345,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"tags": []
},
@@ -357,7 +357,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"tags": []
},
@@ -412,7 +412,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@@ -595,33 +595,6 @@
"env.reset()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"net = env.game.simulation.network"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"dbc = net.get_node_by_hostname('client_1').software_manager.software.get('DatabaseClient')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"dbc._query_success_tracker"
]
},
{
"cell_type": "code",
"execution_count": null,