mdolab / pyhyp

pyHyp generates volume meshes from surface meshes using hyperbolic marching.
Other
45 stars 38 forks source link

Update setup.py + black formatting #70

Closed A-CGray closed 1 year ago

A-CGray commented 1 year ago

Purpose

pyHyp doesn't currently work with any numpy past 1.23 (#69), this PR reflects this in the installation requirements

Expected time until merged

1 hour

Type of change

Testing

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #70 (dd74b78) into main (da06bdd) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #70   +/-   ##
=======================================
  Coverage   79.43%   79.43%           
=======================================
  Files           4        4           
  Lines         423      423           
=======================================
  Hits          336      336           
  Misses         87       87           
Impacted Files Coverage Δ
pyhyp/pyHyp.py 76.07% <ø> (ø)
pyhyp/__init__.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

A-CGray commented 1 year ago

@sseraj, Marco mentioned that pyhyp actually works with 1.23? If that's the case I'll leave it up to you whether you want to bump the required version

sseraj commented 1 year ago

Yes, pyHyp works with 1.23. I will update the PR.

marcomangano commented 1 year ago

@sseraj please go ahead and merge, I am not a maintainer.