fusion-energy / openmc_tally_unit_converter

A Python package that finds and converts OpenMC tally units.
MIT License
5 stars 2 forks source link

Removed class #10

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

This is a refactor of the code as we were not making use of the class this structure at all.

This refactors the code into functions that can share a single ureg units register and make it easier for the user.

shimwell commented 3 years ago

tests pass locally