Update end to end tests after session changes

This commit is contained in:
Marek Wolan
2023-11-23 01:40:27 +00:00
parent 14ae8be5e2
commit 8a2279c6cb
10 changed files with 2099 additions and 2001 deletions

View File

@@ -96,17 +96,6 @@
"source": [
"algo.save(\"temp/deleteme\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from primaite.config.load import example_config_path\n",
"from primaite.main import run\n",
"run(example_config_path())"
]
}
],
"metadata": {