Hello everyone. I am trying to include a weight windows file from advantg which is from a mesh tally (mesh cell size = 10 cm, 185 157 200
<lower_left>0.0 -785.0 -1000.0</lower_left>
<upper_right>1850.0 785.0 1000.0</upper_right>)
When I employed openmc.wwinp_to_wws in openmc, i get a memory error. Same thing when I tried to convert wwinp file to h5 using wws = openmc.WeightWindowsList.from_wwinp(“wwinp”) and then wws.export_to_hdf5(“ww.h5”). I also tried to do the conversion manually but is there a python script for this already? I do not if I would get same error. Or is there a “special” method to prevent memory error? Thank you in advance!!