Skip to content

Commit

Permalink
Merge pull request #42 from Hendriela/Fix-file-paths
Browse files Browse the repository at this point in the history
Update file paths in completed_tutorial
  • Loading branch information
kushalbakshi authored Dec 8, 2023
2 parents 9f32f2c + b9d2acc commit 9c3e71d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions completed_tutorials/02-Calcium Imaging Imported Tables.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Here we have prepared two tif files of scanning in the [data](./data/) folder `example_scan_01.tif` and `example_scan_02.tif` "
"Here we have prepared two tif files of scanning in the [data](../data/) folder `example_scan_01.tif` and `example_scan_02.tif` "
]
},
{
Expand All @@ -417,7 +417,7 @@
}
],
"source": [
"ls ./data/*tif"
"ls ../data/*tif"
]
},
{
Expand Down Expand Up @@ -594,7 +594,7 @@
],
"source": [
"from skimage import io\n",
"im = io.imread('../01-Calcium_Imaging/data/example_scan_01.tif')\n",
"im = io.imread('../data/example_scan_01.tif')\n",
"print(im.shape)"
]
},
Expand Down

0 comments on commit 9c3e71d

Please sign in to comment.