fusion-energy / neutronics_material_maker

A tool for making reproducible materials and standardizing use across several neutronics codes
https://neutronics-material-maker.readthedocs.io
MIT License
18 stars 10 forks source link

updated install and optional coolprops for python3.9 support #17

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

updated docker image to a miniconda based image updated python publish updated install method and instructions python 3.9 is supported as long as coolprops is not installed lots of pep8 formatting

codecov[bot] commented 2 years ago

Codecov Report

Merging #17 (89fef67) into main (48c85b9) will decrease coverage by 1.03%. The diff coverage is 64.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   90.86%   89.82%   -1.04%     
==========================================
  Files           3        3              
  Lines         558      570      +12     
==========================================
+ Hits          507      512       +5     
- Misses         51       58       +7     
Impacted Files Coverage Δ
neutronics_material_maker/__init__.py 79.16% <50.00%> (-20.84%) :arrow_down:
neutronics_material_maker/utils.py 82.99% <58.62%> (ø)
neutronics_material_maker/material.py 92.98% <83.33%> (-0.47%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 859bc74...89fef67. Read the comment docs.