Clearly a typo: beta pointed to 'nu-fission' instead of 'beta'

Fixed so it now points to 'beta'
I also noticed there seems to be no test to cover delayed mgxs library
This commit is contained in:
Miriam 2020-08-25 03:18:34 +00:00
parent f76c58f62e
commit a2134ffa10

View file

@ -1090,7 +1090,7 @@ class Library:
subdomain=subdomain)
if 'beta' in self.mgxs_types:
mymgxs = self.get_mgxs(domain, 'nu-fission')
mymgxs = self.get_mgxs(domain, 'beta')
xsdata.set_beta_mgxs(mymgxs, xs_type=xs_type, nuclide=[nuclide],
subdomain=subdomain)