Skip to content

Commit f9c5415

Browse files
committed
change myreceiver.csv path
1 parent c9f6ad5 commit f9c5415

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/tutorials/navdata/navdata.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"source": [
2929
"# Get data path of example file\n",
3030
"glp.make_dir(\"../data\")\n",
31-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/myreceiver.csv --quiet -nc -O \"../data/myreceiver.csv\"\n",
31+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/data/myreceiver.csv --quiet -nc -O \"../data/myreceiver.csv\"\n",
3232
"data_path = \"../data/myreceiver.csv\""
3333
]
3434
},

notebooks/tutorials/navdata/operations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"source": [
2626
"# Get data path of example file\n",
2727
"glp.make_dir(\"../data\")\n",
28-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/myreceiver.csv --quiet -nc -O \"../data/myreceiver.csv\"\n",
28+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/data/myreceiver.csv --quiet -nc -O \"../data/myreceiver.csv\"\n",
2929
"data_path = \"../data/myreceiver.csv\""
3030
]
3131
},

notebooks/tutorials/parsers/new_parsers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"source": [
260260
"# download myreceiver.csv file\n",
261261
"glp.make_dir(\"../data\")\n",
262-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/myreceiver.csv --quiet -O \"../data/myreceiver.csv\"\n",
262+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/notebooks/tutorials/data/myreceiver.csv --quiet -O \"../data/myreceiver.csv\"\n",
263263
"\n",
264264
"# create instance of MyReceiver\n",
265265
"my_receiver_data = MyReceiver(\"../data/myreceiver.csv\")"

0 commit comments

Comments
 (0)