-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
242 additions
and
136 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,29 @@ | ||
name: circular torus - cad to dagmc | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
- main | ||
push: | ||
- main | ||
|
||
jobs: | ||
testing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: checkout actions | ||
uses: actions/checkout@v4 | ||
|
||
- name: use upstream test composite action | ||
uses: ./.github/actions/dependencies | ||
|
||
- shell: bash | ||
env: | ||
OPENMC_CROSS_SECTIONS: /home/runner/work/model_benchmark_zoo/model_benchmark_zoo/cross_sections.xml | ||
run: | | ||
source "${HOME}/conda/etc/profile.d/conda.sh" | ||
source "${HOME}/conda/etc/profile.d/mamba.sh" | ||
mamba activate | ||
pytest tests/test_cad_to_dagmc/test_csg_cad_circulartorus.py |
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
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
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,29 @@ | ||
name: elliptical torus - cad to dagmc | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
- main | ||
push: | ||
- main | ||
|
||
jobs: | ||
testing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: checkout actions | ||
uses: actions/checkout@v4 | ||
|
||
- name: use upstream test composite action | ||
uses: ./.github/actions/dependencies | ||
|
||
- shell: bash | ||
env: | ||
OPENMC_CROSS_SECTIONS: /home/runner/work/model_benchmark_zoo/model_benchmark_zoo/cross_sections.xml | ||
run: | | ||
source "${HOME}/conda/etc/profile.d/conda.sh" | ||
source "${HOME}/conda/etc/profile.d/mamba.sh" | ||
mamba activate | ||
pytest tests/test_cad_to_dagmc/test_csg_cad_ellipticaltorus.py |
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
58 changes: 29 additions & 29 deletions
58
.github/workflows/ci_circulartorus.yml → .../workflows/nested_sphere_cad_to_dagmc.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
name: circulartorus | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
- main | ||
push: | ||
- main | ||
|
||
jobs: | ||
testing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: checkout actions | ||
uses: actions/checkout@v4 | ||
|
||
- name: use upstream test composite action | ||
uses: ./.github/actions/dependencies | ||
|
||
- shell: bash | ||
env: | ||
OPENMC_CROSS_SECTIONS: /home/runner/work/model_benchmark_zoo/model_benchmark_zoo/cross_sections.xml | ||
run: | | ||
source "${HOME}/conda/etc/profile.d/conda.sh" | ||
source "${HOME}/conda/etc/profile.d/mamba.sh" | ||
mamba activate | ||
pytest tests/test_csg_cad_circulartorus.py | ||
name: nested sphere - cad to dagmc | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
- main | ||
push: | ||
- main | ||
|
||
jobs: | ||
testing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: checkout actions | ||
uses: actions/checkout@v4 | ||
|
||
- name: use upstream test composite action | ||
uses: ./.github/actions/dependencies | ||
|
||
- shell: bash | ||
env: | ||
OPENMC_CROSS_SECTIONS: /home/runner/work/model_benchmark_zoo/model_benchmark_zoo/cross_sections.xml | ||
run: | | ||
source "${HOME}/conda/etc/profile.d/conda.sh" | ||
source "${HOME}/conda/etc/profile.d/mamba.sh" | ||
mamba activate | ||
pytest tests/test_cad_to_dagmc/test_csg_cad_nestedsphere.py |
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
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,29 @@ | ||
name: two touching cuboids - cad to dagmc | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
- main | ||
push: | ||
- main | ||
|
||
jobs: | ||
testing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: checkout actions | ||
uses: actions/checkout@v4 | ||
|
||
- name: use upstream test composite action | ||
uses: ./.github/actions/dependencies | ||
|
||
- shell: bash | ||
env: | ||
OPENMC_CROSS_SECTIONS: /home/runner/work/model_benchmark_zoo/model_benchmark_zoo/cross_sections.xml | ||
run: | | ||
source "${HOME}/conda/etc/profile.d/conda.sh" | ||
source "${HOME}/conda/etc/profile.d/mamba.sh" | ||
mamba activate | ||
pytest tests/test_cad_to_dagmc/test_csg_cad_two_touching_cuboids.py |
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,29 @@ | ||
name: two touching cuboids - cad to dagmc | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
- main | ||
push: | ||
- main | ||
|
||
jobs: | ||
testing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: checkout actions | ||
uses: actions/checkout@v4 | ||
|
||
- name: use upstream test composite action | ||
uses: ./.github/actions/dependencies | ||
|
||
- shell: bash | ||
env: | ||
OPENMC_CROSS_SECTIONS: /home/runner/work/model_benchmark_zoo/model_benchmark_zoo/cross_sections.xml | ||
run: | | ||
source "${HOME}/conda/etc/profile.d/conda.sh" | ||
source "${HOME}/conda/etc/profile.d/mamba.sh" | ||
mamba activate | ||
pytest tests/test_cad_to_openmc/test_csg_cad_two_touching_cuboids.py |
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 |
---|---|---|
|
@@ -139,3 +139,5 @@ dmypy.json | |
*.pkl | ||
*.ipynb | ||
*.zip | ||
|
||
**/_version.py |
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.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.