Skip to content

Commit

Permalink
update andres-joss-review
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Aug 16, 2024
2 parents 80b5b00 + e96106e commit 5e395ba
Show file tree
Hide file tree
Showing 13 changed files with 612 additions and 1,976 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/workflow_dolfinx_container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Run Tests in Dolfinx Container
run-name: We are testing irrevolutions

on:
push:
branches:
- "**"

jobs:
set-up-computing-environment:
runs-on: ubuntu-latest
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.2

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install dependencies
run: python3 -m pip install .

- name: Test import
run: python3 -c "import irrevolutions"

- name: Run 1d test
run: pytest -v test/test_1d.py

- name: Run tests
run: cd test && pytest -v .
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,4 @@ test_*/
src/irrevolutions/test/output/*
**/output/**
**egg-info**

# python virtual environment
.venv/**
.venv/**
Binary file added paper/media/phase_diagram.pdf
Binary file not shown.
Binary file added paper/media/phase_diagram_R_ball.pdf
Binary file not shown.
Binary file added paper/media/phase_diagram_R_cone.pdf
Binary file not shown.
Binary file added paper/media/profile_comparison.pdf
Binary file not shown.
Binary file added paper/media/test_1d_stability-spa.pdf
Binary file not shown.
701 changes: 219 additions & 482 deletions paper/paper.bib

Large diffs are not rendered by default.

321 changes: 208 additions & 113 deletions src/irrevolutions/paper/paper.jats → paper/paper.jats

Large diffs are not rendered by default.

177 changes: 156 additions & 21 deletions paper/paper.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5e395ba

Please sign in to comment.