Skip to content

Commit 86fc353

Browse files
Merge pull request #109 from Stanford-NavLab/derek/smartloc-unit-test
change smartloc file location in notebook
2 parents 43de20e + 2586e7b commit 86fc353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/tutorials/parsers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
"outputs": [],
513513
"source": [
514514
"# download cropped SmartLoc data file\n",
515-
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/derek/smartloc-bug-fixes/data/unit_test/smartloc/tu_chemnitz_berlin_1_raw.csv --quiet -O \"smartloc.csv\"\n",
515+
"!wget https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/data/unit_test/smartloc/tu_chemnitz_berlin_1_raw.csv --quiet -O \"smartloc.csv\"\n",
516516
" \n",
517517
"# load smartLoc data into NavData object\n",
518518
"smartloc_data = glp.SmartLocRaw(\"smartloc.csv\")"

0 commit comments

Comments
 (0)