From c5483c9fd690c228840fbcf415009aa6b3dcda4a Mon Sep 17 00:00:00 2001 From: ivanshalashilin <93395111+ivanshalashilin@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:16:19 +0100 Subject: [PATCH] Update docs/examples/oceanmodelling.py Co-authored-by: Daniel Dodd Signed-off-by: ivanshalashilin <93395111+ivanshalashilin@users.noreply.github.com> --- docs/examples/oceanmodelling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/oceanmodelling.py b/docs/examples/oceanmodelling.py index c9344d0bb..747de5e3b 100644 --- a/docs/examples/oceanmodelling.py +++ b/docs/examples/oceanmodelling.py @@ -1,7 +1,7 @@ # %% [markdown] # # Gaussian Processes for Vector Fields and Ocean Current Modelling # -# In this notebook, we use Gaussian processes to learn vector valued functions. We will be +# In this notebook, we use Gaussian processes to learn vector-valued functions. We will be # recreating the results by [Berlinghieri et. al, (2023)](https://arxiv.org/pdf/2302.10364.pdf) by an # application to real world ocean surface velocity data, collected via surface drifters. #