Skip to content

Commit

Permalink
Merge pull request #74 from festim-dev/neutron_traps_task
Browse files Browse the repository at this point in the history
Neutron damage model task
  • Loading branch information
RemDelaporteMathurin authored Aug 5, 2024
2 parents 961bcbb + d56aa77 commit fef91b9
Show file tree
Hide file tree
Showing 2 changed files with 77,153 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,10 @@ jobs:
run: |
cd tasks
jupyter-nbconvert --to python task16.ipynb
conda run python task16.py
conda run python task16.py
- name: Run Task 17
shell: bash -l {0}
run: |
cd tasks
jupyter-nbconvert --to python task17.ipynb
conda run python task17.py
Loading

0 comments on commit fef91b9

Please sign in to comment.