Skip to content

Commit 9d1852c

Browse files
authored
Fixups following microsoft/MLOS#890 (#50)
1 parent e59e60d commit 9d1852c

3 files changed

+3
-3
lines changed

mlos_demo_mysql.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"metadata": {},
8686
"outputs": [],
8787
"source": [
88-
"storage = from_config(config_file=\"storage/sqlite.jsonc\")"
88+
"storage = from_config(config=\"storage/sqlite.jsonc\")"
8989
]
9090
},
9191
{

mlos_demo_sqlite.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"metadata": {},
9494
"outputs": [],
9595
"source": [
96-
"storage = from_config(config_file=\"storage/sqlite.jsonc\")"
96+
"storage = from_config(config=\"storage/sqlite.jsonc\")"
9797
]
9898
},
9999
{

mlos_demo_sqlite_teachers.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"metadata": {},
8686
"outputs": [],
8787
"source": [
88-
"storage = from_config(config_file=\"storage/sqlite.jsonc\")"
88+
"storage = from_config(config=\"storage/sqlite.jsonc\")"
8989
]
9090
},
9191
{

0 commit comments

Comments
 (0)