mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
let thermal table name be None as default
This commit is contained in:
parent
e535d17ae0
commit
67e983218d
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ def ace_to_hdf5(destination, xsdir, xsdata, libraries, metastable, libver):
|
|||
# Add data for new temperature
|
||||
try:
|
||||
print(f"Converting {table.name} (ACE) to {data.name} (HDF5)")
|
||||
data.add_temperature_from_ace(table, metastable)
|
||||
data.add_temperature_from_ace(table)
|
||||
except Exception as e:
|
||||
print(f"Failed to convert {table.name}: {e}")
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue