Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sampling paralelization #217

Open
wants to merge 49 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
1a9b08c
Beginning
Apr 28, 2022
52a06c7
get_cov from endf6 file
Apr 29, 2022
412c048
Get_errorr update
Apr 26, 2022
7951bae
Update
Apr 26, 2022
d2ace79
Update
Apr 26, 2022
c17cfaf
mt problem
Apr 28, 2022
a71936e
core of the sampling
Apr 21, 2022
a1ec280
small updates
Apr 21, 2022
d80de49
small change
Apr 28, 2022
4096013
added notebook
Apr 28, 2022
0d0e37c
changed notebook
Apr 28, 2022
ad5518f
sampling complete without docstring, to_file and edistr to endf6
May 6, 2022
806adc0
NEW SAMPLING
May 9, 2022
b254f48
NEW SAMPLING update docstring
May 9, 2022
bc4aca4
Merge branch 'develop' of https://github.com/luca-fiorito-11/sandy in…
May 9, 2022
a6438cc
to_file update
May 9, 2022
893591e
Update
May 9, 2022
e9b9bca
Update sampling return
May 9, 2022
625308c
Update files bug solve
May 9, 2022
be55059
Updates, but with problems
May 11, 2022
e8a539e
small changes
May 11, 2022
bc25e28
reconstruct sum add
May 11, 2022
ceee5b7
Functionality test passed
May 12, 2022
07c236b
Requested changes
May 13, 2022
1c0e6a3
Redundant xs perturbation
May 13, 2022
270b9de
SMP index name
May 17, 2022
2bf03cd
pert boudaries
May 23, 2022
1942a69
custom perturbation with dataframes
May 24, 2022
ede4222
lpc sampling bug
May 24, 2022
5b6a2bd
update
May 25, 2022
5a8abbf
mat option
May 25, 2022
5842424
Sampling complete
May 25, 2022
e7eabd5
Sampling bug
May 25, 2022
2e16ed7
Sampling2 complete and test
Jun 3, 2022
26821a3
Test update
Jun 7, 2022
9f8b312
fy merge with develop
Jun 8, 2022
bd4d1d3
Update
Jun 8, 2022
9f20b7a
Update
Jun 9, 2022
680c4c7
bug in mf5 solve
Jun 9, 2022
94bfc92
consistency
AitorBengoechea Jun 15, 2022
027d6c4
Bug in Edistr sampling
AitorBengoechea Jun 17, 2022
94b84bf
Bug in Edistr sampling test
AitorBengoechea Jun 17, 2022
c4d0929
Paralelization properly done
AitorBengoechea Jun 22, 2022
16bf776
Update
AitorBengoechea Jun 22, 2022
b952606
init.mt update
AitorBengoechea Jun 23, 2022
feadcbb
Update in mt
AitorBengoechea Jun 23, 2022
8a3f047
PEP 8 consistency
AitorBengoechea Jun 24, 2022
760eaf1
init.mt for mf8
AitorBengoechea Jun 27, 2022
8910d9f
Update doctring and reconstruction
AitorBengoechea Jun 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sandy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from .utils import *
from .core import *
from .sampling import *
from .sampling2 import *
import sandy.mcnp
import sandy.aleph2
import sandy.tools
Expand Down
Loading