Skip to content

Commit 86b5f49

Browse files
committed
change configs to config in nbs
1 parent 37389f1 commit 86b5f49

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

notebooks/run_model_in_notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"model = StemmusScope(config_file=path_to_config_file, exe_file=path_to_exe_file)\n",
120120
"\n",
121121
"# inspect model config template\n",
122-
"model.configs"
122+
"model.config"
123123
]
124124
},
125125
{
@@ -175,7 +175,7 @@
175175
],
176176
"source": [
177177
"# inspect model configs again\n",
178-
"model.configs"
178+
"model.config"
179179
]
180180
},
181181
{

notebooks/run_model_in_notebook_dev.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"model = StemmusScope(config_file=path_to_config_file, exe_file=path_to_exe_file)\n",
126126
"\n",
127127
"# inspect model config template\n",
128-
"model.configs"
128+
"model.config"
129129
]
130130
},
131131
{
@@ -181,7 +181,7 @@
181181
],
182182
"source": [
183183
"# inspect model config again\n",
184-
"model.configs"
184+
"model.config"
185185
]
186186
},
187187
{

0 commit comments

Comments
 (0)