Skip to content

Commit

Permalink
docs: update path references
Browse files Browse the repository at this point in the history
  • Loading branch information
zerafachris committed May 26, 2024
1 parent 26c6843 commit fa3dad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting_started/01_processing_01_set_config.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"source": [
"# Location to store the results of the experimentation. Please ensure that this directory exists \n",
"# and the path terminates with a \"/\"\n",
"data_savepath='/home/jovyan/shared/users/zerafa/data/sds.chris/scatcluster_workflow/'\n",
"data_savepath='./scatcluster_exp/'\n",
"\n",
"# Data Parameters\n",
"data_client_path =\"/home/jovyan/data/Sardinia50Hz/\"\n",
"data_client_path =\"/data/Sardinia50Hz/\"\n",
"data_network=\"MN\"\n",
"data_station='AQU' \n",
"data_location='*'\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"source": [
"from scatcluster.scatcluster import config_load\n",
"\n",
"SC_json_file = \"/Users/christopher.zerafa/Downloads/scatcluster_run/config/MN_AQU_*_3600_3600_100_4_4_2_7_1_1_avg.json\"\n",
"SC_json_file = \"./scatcluster_exp/config/MN_AQU_*_3600_3600_100_4_4_2_7_1_1_avg.json\"\n",
"SC = config_load(SC_json_file)"
]
},
Expand Down

0 comments on commit fa3dad8

Please sign in to comment.