Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #59 from fusion-energy/develop
Browse files Browse the repository at this point in the history
refactoring method arguments and adding reflecting planes
  • Loading branch information
shimwell authored Sep 21, 2021
2 parents b02e1d2 + d1f0a32 commit 14474cd
Show file tree
Hide file tree
Showing 22 changed files with 695 additions and 1,538 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_with_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
- name: run tests
run: |
pytest tests/test_example_neutronics_simulations.py -v --cov=openmc_dagmc_wrapper --cov-append --cov-report term --cov-report xml
pytest tests/test_neutronics_model.py -v --cov=openmc_dagmc_wrapper --cov-append --cov-report term --cov-report xml
# pytest tests/test_neutronics_utils.py -v --cov=openmc_dagmc_wrapper --cov-append --cov-report term --cov-report xml
pytest tests/test_reactor_neutronics.py -v --cov=openmc_dagmc_wrapper --cov-append --cov-report term --cov-report xml
pytest tests/test_shape_neutronics.py -v --cov=openmc_dagmc_wrapper --cov-append --cov-report term --cov-report xml
pytest tests/test_example_neutronics_simulations.py -v --cov=openmc_dagmc_wrapper --cov-append --cov-report term --cov-report xml
# pytest tests/test_neutronics_utils.py -v --cov=openmc_dagmc_wrapper --cov-append --cov-report term --cov-report xml
pytest tests/notebook_testing.py -v --cov=openmc_dagmc_wrapper --cov-append --cov-report term --cov-report xml
curl -s https://codecov.io/bash
python tests/notebook_testing.py
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ dmypy.json
*.trelis
*.out
*.tar.gz
examples/neutronics_workflow-0.0.2/
tests/neutronics_workflow-0.0.2/
99 changes: 0 additions & 99 deletions examples/ball_reactor.ipynb

This file was deleted.

100 changes: 0 additions & 100 deletions examples/ball_reactor_minimal.ipynb

This file was deleted.

123 changes: 0 additions & 123 deletions examples/ball_reactor_source_plot.ipynb

This file was deleted.

Loading

0 comments on commit 14474cd

Please sign in to comment.