openmc-data-storage / openmc_data_downloader

A Python package for downloading h5 cross section files for use in OpenMC.
MIT License
11 stars 2 forks source link

added overwrite option #23

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

Adds the option to overwrite or not existing files.

This can speed up the regeneration of the cross_section.xml file in the event that you already have the nuclear data or you just want to add to the existing nuclear data collection

Also fixed some typos in the readme

shimwell commented 2 years ago

And lots of pep8 changes from the new pep8 auto formatting action