Skip to content

Commit ad37fa9

Browse files
committed
move sxp_config to config
1 parent 5dab55e commit ad37fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

tutorial/5_sxp_workflow.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"outputs": [],
3434
"source": [
35-
"local_path = Path(sed.__file__).parent.parent / \"tutorial/\"\n",
35+
"local_path = Path(sed.__file__).parent / \"config/\"\n",
3636
"config_file = local_path / \"sxp_config.yaml\"\n",
3737
"assert config_file.exists()"
3838
]
@@ -394,7 +394,7 @@
394394
"name": "python",
395395
"nbconvert_exporter": "python",
396396
"pygments_lexer": "ipython3",
397-
"version": "3.8.12"
397+
"version": "3.9.19"
398398
}
399399
},
400400
"nbformat": 4,

0 commit comments

Comments
 (0)