mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
removed error raising when calling warn (#2853)
This commit is contained in:
parent
0785500bc4
commit
b97149ddf8
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class OpenMCOperator(TransportOperator):
|
|||
msg = (f"Nuclilde {nuclide} in material {mat.id} is not "
|
||||
"present in the depletion chain and has no cross "
|
||||
"section data.")
|
||||
raise warn(msg)
|
||||
warn(msg)
|
||||
if mat.depletable:
|
||||
burnable_mats.add(str(mat.id))
|
||||
if mat.volume is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue