Skip to content

Commit 80817da

Browse files
committed
Merge branch 'master' of https://github.com/spectralDNS/shenfun
2 parents b81c6fa + 86831b5 commit 80817da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
run: pytest tests/
6666

6767
- if: matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu') && matrix.py == '3.11'
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
with:
7070
files: coverage.xml
7171
name: ${{ matrix.os }}-${{ matrix.mpi }}-${{ matrix.py }}
7272
env:
7373
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7474

7575
- if: matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu') && matrix.py == '3.11'
76-
uses: codacy/codacy-coverage-reporter-action@v1
76+
uses: codacy/codacy-coverage-reporter-action@v1.3.0
7777
with:
7878
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
7979
coverage-reports: coverage.xml

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shenfun
44
:target: https://www.codacy.com/gh/spectralDNS/shenfun/dashboard?utm_source=github.com&utm_medium=referral&utm_content=spectralDNS/shenfun&utm_campaign=Badge_Grade
55
.. image:: https://dev.azure.com/spectralDNS/shenfun/_apis/build/status/spectralDNS.shenfun?branchName=master
66
:target: https://dev.azure.com/spectralDNS/shenfun
7-
.. image:: https://github.com/spectralDNS/shenfun/workflows/github-CI/badge.svg?branch=master
7+
.. image:: https://github.com/spectralDNS/shenfun/actions/workflows/main.yml/badge.svg?branch=master
88
:target: https://github.com/spectralDNS/shenfun
99
.. image:: https://codecov.io/gh/spectralDNS/shenfun/branch/master/graph/badge.svg
1010
:target: https://codecov.io/gh/spectralDNS/shenfun
@@ -46,7 +46,7 @@ Shenfun can also be used to approximate analytical functions with global spectra
4646
:alt: The surface of a seashell
4747

4848
Some recent papers using Shenfun
49-
---------------------------
49+
--------------------------------
5050

5151
- `Effective control of two-dimensional Rayleigh–Bénard convection: Invariant multi-agent reinforcement learning is all you need <https://pubs.aip.org/aip/pof/article/35/6/065146/2900730>`_ C. Vignon, J. Rabault, J. Vasanth, F. Alcántara-Ávila, M. Mortensen, R. Vinuesa, Physics of Fluids 35, 065146 (2023)
5252
- `Solving Partial Differential Equations with Equivariant Extreme Learning Machines <https://www.researchgate.net/profile/Sebastian-Peitz/publication/380897446_Solving_Partial_Differential_Equations_with_Equivariant_Extreme_Learning_Machines/links/66544d0fbc86444c7205cbdb/Solving-Partial-Differential-Equations-with-Equivariant-Extreme-Learning-Machines.pdf>`_, H. Harder, J. Rabault, R. Vinuesa, M. Mortensen, S. Peitz. preprint (2024)

0 commit comments

Comments
 (0)