mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
added unit test for wmp genetation from ENDF
This commit is contained in:
parent
ea15a3bf6f
commit
ddfda7e6ed
5 changed files with 67 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ def _vectfit_xs(energy, ce_xs, mts, rtol=1e-3, atol=1e-5, orders=None,
|
|||
|
||||
"""
|
||||
|
||||
# import vectfit package: https://github.com/mit-crpg/vectfit
|
||||
# import vectfit package: https://github.com/liangjg/vectfit
|
||||
import vectfit as vf
|
||||
|
||||
ne = energy.size
|
||||
|
|
@ -568,7 +568,7 @@ def _windowing(mp_data, rtol=1e-3, atol=1e-5, n_win=None, n_cf=None,
|
|||
|
||||
"""
|
||||
|
||||
# import vectfit package: https://github.com/mit-crpg/vectfit
|
||||
# import vectfit package: https://github.com/liangjg/vectfit
|
||||
import vectfit as vf
|
||||
|
||||
# unpack multipole data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue