openmc-data-storage / openmc_data

Python package for processing nuclear data distribution in ACE and ENDF format into HDF5 format for use in OpenMC. Adapted from the openmc data repo.
MIT License
4 stars 2 forks source link

fix gnd to gnds #5

Closed nplinden closed 6 months ago

nplinden commented 6 months ago

This fixes the call to the openmc.data.endf.Evaluation.gnd_name property which has been renamed to openmc.data.endf.Evaluation.gnds_name as per this commit.

shimwell commented 6 months ago

super many thanks for this