From 74472d7c735095a31a82dda383c07f381b4f197e Mon Sep 17 00:00:00 2001
From: Federico Pichi
Date: Mon, 8 Apr 2024 17:58:54 +0200
Subject: [PATCH] Update README and workflow
---
.github/workflows/docs.yml | 2 +-
README.md | 10 ++--------
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 311921a..06d92dc 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v1
with:
- python-version: 3.10.13
+ python-version: 3.10.14
- name: Install requirements
run: |
diff --git a/README.md b/README.md
index 45c005b..9ab1108 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ To run a benchmark, navigate to the tutorial folder and run the corresponding *f
After the GCA-ROM is evaluated, many plots are automatically generated, ranging from training losses, latent evolution, relative errors, solution and error fields, and gif of the dynamics.
-Below are some snaphots of the approximated solutions for the available becnhamrks:
+Below are some snaphots of the approximated solutions for the available benchmarks:
@@ -116,7 +116,7 @@ If you use GCA-ROM for academic research, you are encouraged to cite the paper u
```
## Authors and contributors
-- Federico Pichi (federico.pichi@epfl.ch)
+- Federico Pichi (fpichi@sissa.it)
- Beatriz Moya GarcĂa (beatriz.moya@cnrsatcreate.sg)
in collaboration with the MCSS group at EPFL of Prof. Jan S. Hesthaven.
@@ -127,9 +127,3 @@ With contributions from:
- Francesco Pettenon (francesco.pettenon@epfl.ch)
- Francesco Sala (francesco.sala@epfl.ch)
- Leonardo Trentini (leonardo.trentini@epfl.ch)
-
-