This PR adresses this issue, the problem with jendl-5.0 generation was that the downloaded data did not include errata published here by JAEA.
This PR adds errata URLs to the urls.py file, these errata are all downloaded, extracted, and the resulting endf files moved to the correct location when running generate_jendl.py -r 5.0.
NJOY treatment then continues on correctly to create the hdf5 data files.
This PR adresses this issue, the problem with jendl-5.0 generation was that the downloaded data did not include errata published here by JAEA.
This PR adds errata URLs to the urls.py file, these errata are all downloaded, extracted, and the resulting endf files moved to the correct location when running
generate_jendl.py -r 5.0
.NJOY treatment then continues on correctly to create the hdf5 data files.