From cac6a7c141952a5a0b7b6ede828927830430c5a3 Mon Sep 17 00:00:00 2001 From: Fabio Bergonti <38210073+FabioBergonti@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:44:40 +0100 Subject: [PATCH] Fix images --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a6974b..c9b8d53 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ If you open the script, you can modify the `config.simulation_with_noise` parame | # | mesh | script | $t_{run}$* | result | | - | - | - | - | - | -| 1 | 3x3 | [sim1.m](./scripts/sim1.m) | 30s | ![](images/sim1.png) | -| 2 | 8x8 | [sim2.m](./scripts/sim2.m) | 5min | ![](images/sim2.png) | -| 3 | 20x20 | [sim3.m](./scripts/sim3.m) | 2h | ![](images/sim3.png) | -| 4 | 4x8 | [sim4.m](./scripts/sim4.m) | 3min | ![](images/sim4.png) | +| 1 | 3x3 | [sim1.m](./scripts/sim1.m) | 30s | | +| 2 | 8x8 | [sim2.m](./scripts/sim2.m) | 5min | | +| 3 | 20x20 | [sim3.m](./scripts/sim3.m) | 2h | | +| 4 | 4x8 | [sim4.m](./scripts/sim4.m) | 3min | | \* $t_{run}$ is the script running time evaluated with a PC with Intel Xeon Gold 6128 3.40GHz and RAM 128GB.