-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pierluigi-review
- Loading branch information
Showing
611 changed files
with
799 additions
and
29,880 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Run Tests in Docker Container | ||
run-name: We are testing irrevolutions | ||
|
||
on: | ||
push: | ||
branches: | ||
- "**" | ||
|
||
jobs: | ||
set-up-computing-environment: | ||
runs-on: ubuntu-latest | ||
container: kumiori3/numerix:stable-amd64 | ||
|
||
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 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,4 +51,5 @@ docs/build/ | |
test_*/ | ||
src/irrevolutions/test/output/* | ||
**/output/** | ||
**egg-info** | ||
**egg-info** | ||
.venv/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include irrevolutions/models/default_parameters.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.