Skip to content

Commit 36ae867

Browse files
committed
change my_sites.txt and me.txt file locations
1 parent 034fd09 commit 36ae867

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prep/ARIA_prep.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112
"version = '1'\n",
113113
"\n",
114114
"# Provide the file where you keep your customized list of sites.\n",
115-
"custom_sites = '/home/jovyan/solid_earth_atbd_dev/ATBD_main/my_sites.txt'\n",
115+
"custom_sites = '/home/jovyan/my_sites.txt'\n",
116116
"\n",
117117
"# Enter a username for storing your outputs\n",
118-
"if os.path.exists('/home/jovyan/solid_earth_atbd_dev/ATBD_main/me.txt'):\n",
119-
" with open('/home/jovyan/solid_earth_atbd_dev/ATBD_main/me.txt') as m:\n",
118+
"if os.path.exists('/home/jovyan/me.txt'):\n",
119+
" with open('/home/jovyan/me.txt') as m:\n",
120120
" you = m.readline().strip()\n",
121121
"else:\n",
122122
" you = input('Please type a username for your calval outputs:')\n",
123-
" with open ('/home/jovyan/solid_earth_atbd_dev/ATBD_main/me.txt', 'w') as m: \n",
123+
" with open ('/home/jovyan/me.txt', 'w') as m: \n",
124124
" m.write(you)\n",
125125
"\n",
126126
"# Load metadata for calval locations\n",

0 commit comments

Comments
 (0)