Skip to content

Commit

Permalink
Merge pull request #44 from davidepettinari/vault_model
Browse files Browse the repository at this point in the history
Implemented MIT Vault Lab Model
  • Loading branch information
RemDelaporteMathurin authored Jan 8, 2025
2 parents 4a5ec5a + 3b21cbf commit d3e0694
Show file tree
Hide file tree
Showing 5 changed files with 819 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
python -m pip install .[tests]
python -m pip install .[tests,neutronics]
- name: Run tests
shell: bash -l {0}
Expand Down
3 changes: 2 additions & 1 deletion libra_toolbox/neutronics/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .neutron_source import *
from .neutron_source import *
from .vault import *
Loading

0 comments on commit d3e0694

Please sign in to comment.