fusion-energy / openmc-dagmc-wrapper

A Python package that extends OpenMC base classes to provide convenience features and standardized tallies when simulating DAGMC geometry with OpenMC.
https://openmc-dagmc-wrapper.readthedocs.io/
MIT License
7 stars 2 forks source link

updated python packaging #98

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

Just updating the python packaging in the way plasmafair taught me

shimwell commented 2 years ago

tests are failing because they make use of h5m files from the old neutronics-workflow repository.

This repository has been replaced with fusion-neutronics-workflow but the new repository has not got to the stage where releases add h5m files as artifacts.

It might be necessary to finish this PR first as this will allow h5m files to be made and attached to a release https://github.com/fusion-energy/fusion_neutronics_workflow/pull/27

shimwell commented 2 years ago

tests are passing locally so I think this is ok to merge into develop. I have another PR planned where I add a conda install for this package.