Skip to content

Commit 6923881

Browse files
committed
fix filepaths
1 parent 4365b44 commit 6923881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-notebooks/BUFR_tropical_cyclone_track.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
" print(f\"The latest .bin file with the path '{sub_path}' is: {infile}\")\n",
4949
"\n",
5050
"# or use this file to run the notebook without having downloaded the data\n",
51-
"#infile = \"/root/sample-data/A_JSXX03ECEP010600_C_ECMP_20241001060000_tropical_cyclone_track_KIRK_-37p5degW_14p7degN_bufr4.bin\"\n",
51+
"infile = \"/root/sample-data/A_JSXX03ECEP010600_C_ECMP_20241001060000_tropical_cyclone_track_KIRK_-37p5degW_14p7degN_bufr4.bin\"\n",
5252
"\n",
5353
"if not os.path.exists(str(infile)):\n",
5454
" raise FileNotFoundError(f\"{str(infile)} not found\")"

example-notebooks/NetCDF4_monthly_temp_anomaly.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"metadata": {},
4545
"outputs": [],
4646
"source": [
47-
"file_path = \"SURF_CLI_GLB_MST_MON_GRID_2DEG_202507.nc\""
47+
"file_path = \"/root/sample-data/SURF_CLI_GLB_MST_MON_GRID_2DEG_202507.nc\""
4848
]
4949
},
5050
{

0 commit comments

Comments
 (0)