Hello there,
I am converting xsdir file of ENDF/B-VII.1 293.6K, I got error as follow upon executing command. Is there any one seeing this problem?
Command:
python convert_xsdir.py /home/darpan/Downloads/ENDF-B-VII.1-neutron-293.6K/xsdir /home/darpan/Downloads/ENDF-B-VII.1-neutron-293.6K/cross_sections.xm
l
output:
Traceback (most recent call last): File "convert_xsdir.py", line 279, in <module> xsdirObject = Xsdir(xsdirFile) File "convert_xsdir.py", line 50, in __init__ assert len(words) == 3 AssertionError
Thanks for help.