Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec7b056

Browse files
committed
fix some broken links
1 parent f2ed489 commit ec7b056

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

intermediate/xarray_and_dask.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
"metadata": {},
535535
"source": [
536536
"```{tip}\n",
537-
"While these operations all work, not all of them are necessarily the optimal implementation for parallelism. Usually analysis pipelines need some tinkering and tweaking to get things to work. In particular read the user guidie recommendations for [chunking](https://docs.xarray.dev/en/stable/user-guide/dask.html#chunking-and-performance) and [performance](https://docs.xarray.dev/en/stable/user-guide/dask.html#optimization-tips)\n",
537+
"While these operations all work, not all of them are necessarily the optimal implementation for parallelism. Usually analysis pipelines need some tinkering and tweaking to get things to work. In particular read the user guidie recommendations for [chunking](https://docs.xarray.dev/en/stable/user-guide/dask.html#chunking-and-performance).\n",
538538
"```"
539539
]
540540
},

intermediate/xarray_ecosystem.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"cell_type": "markdown",
450450
"metadata": {},
451451
"source": [
452-
"The reason this works is that a `pint.Quantity` array is what we call a \"duck array\", in that it behaves so similarly to a `numpy.ndarray` that xarray can treat them the same way. (See [python duck typing](https://towardsdatascience.com/duck-typing-python-7aeac97e11f8))"
452+
"The reason this works is that a `pint.Quantity` array is what we call a \"duck array\", in that it behaves so similarly to a `numpy.ndarray` that xarray can treat them the same way. (See [python duck typing](https://realpython.com/duck-typing-python/))"
453453
]
454454
},
455455
{

reference/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ material on Xarray and related packages.
3838

3939
## Electrophysiology
4040

41-
1. ["Analyzing intracranial electrophysiology data with xarray"](https://chrisholdgraf.com/blog/2019/2019-10-22-xarray-neuro/)
41+
1. ["Analyzing intracranial electrophysiology data with xarray"](https://chrisholdgraf.com/blog/2019/2019-10-22-xarray-neuro)

0 commit comments

Comments
 (0)