File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 version : 8
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 20
17+ node-version : 22
1818 cache : " pnpm"
1919 - run : pnpm install
2020 - run : pnpm run build
Original file line number Diff line number Diff line change 88 - " @prettier/plugin-pug"
99
1010 - repo : https://github.com/pre-commit/pre-commit-hooks
11- rev : v4.5 .0
11+ rev : v4.6 .0
1212 hooks :
1313 - id : check-yaml
1414 - id : end-of-file-fixer
1515 - id : trailing-whitespace
1616 - id : mixed-line-ending
1717
1818 - repo : https://github.com/python-jsonschema/check-jsonschema
19- rev : 0.28.1
19+ rev : 0.28.4
2020 hooks :
2121 - id : check-github-workflows
2222ci :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ features:
2222 title : DuneCopasi FEM Solver
2323 description : >
2424 The <a href="https://dune-copasi.netlify.app">dune-copasi</a> solver is used to simulate models.
25- This solves the PDE on a triangular mesh using finite element discretization methods.
25+ This solves the PDE on a tetrahedral mesh using finite element discretization methods.
2626 See the <a href="https://spatial-model-editor.readthedocs.io/en/stable/reference/dune.html">simulator documentation</a>
2727 for more information on the available options when using it in the GUI.
2828 For more technical information about the DuneCopasi solver itself,
Original file line number Diff line number Diff line change 1313 url : " https://spatial-model-editor.readthedocs.io"
1414 links :
1515 " Spatial Model Editor " : https://spatial-model-editor.readthedocs.io/en/stable/quickstart/get-started.html
16- " Python interface: sme " : https://spatial-model-editor.readthedocs.io/en/stable/sme/sme.html
17- " Python extras: sme-contrib" : https://sme-contrib.readthedocs.io
16+ " sme ( Python interface) " : https://spatial-model-editor.readthedocs.io/en/stable/sme/sme.html
17+ " sme-contrib (Python extras) " : https://sme-contrib.readthedocs.io
1818 - title : Python interface
1919 icon : bi-braces
2020 url : " https://pypi.org/project/sme"
You can’t perform that action at this time.
0 commit comments