From 0b0435e54125399d21a926a1a792f61eeab4b5c8 Mon Sep 17 00:00:00 2001 From: alimongo Date: Tue, 17 May 2022 09:56:46 +0100 Subject: [PATCH] Removed erroneous bracket Changed `experiment)` to `experiment` --- diffphys-code-sol.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffphys-code-sol.ipynb b/diffphys-code-sol.ipynb index 4c87093..fde74ff 100644 --- a/diffphys-code-sol.ipynb +++ b/diffphys-code-sol.ipynb @@ -115,7 +115,7 @@ "source": [ "## Getting started with the implementation\n", "\n", - "The following replicates an experiment) from [Solver-in-the-loop: learning from differentiable physics to interact with iterative pde-solvers](https://ge.in.tum.de/publications/2020-um-solver-in-the-loop/) {cite}`holl2019pdecontrol`, further details can be found in section B.1 of the [appendix](https://arxiv.org/pdf/2007.00016.pdf) of the paper.\n", + "The following replicates an experiment from [Solver-in-the-loop: learning from differentiable physics to interact with iterative pde-solvers](https://ge.in.tum.de/publications/2020-um-solver-in-the-loop/) {cite}`holl2019pdecontrol`, further details can be found in section B.1 of the [appendix](https://arxiv.org/pdf/2007.00016.pdf) of the paper.\n", "\n", "First, let's download the prepared data set (for details on generation & loading cf. https://github.com/tum-pbs/Solver-in-the-Loop), and let's get the data handling out of the way, so that we can focus on the _interesting_ parts..." ]