Skip to content

Commit

Permalink
move sxp_config to config
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 17, 2024
1 parent 5dab55e commit ad37fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tutorial/5_sxp_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"outputs": [],
"source": [
"local_path = Path(sed.__file__).parent.parent / \"tutorial/\"\n",
"local_path = Path(sed.__file__).parent / \"config/\"\n",
"config_file = local_path / \"sxp_config.yaml\"\n",
"assert config_file.exists()"
]
Expand Down Expand Up @@ -394,7 +394,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ad37fa9

Please sign in to comment.