mdolab / pyhyp

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

Updating MExt to support python 3.12 syntax #95

Closed eirikurj closed 1 month ago

eirikurj commented 1 month ago

Purpose

Per title. imp has been removed in python 3.12.

Expected time until merged

Once tests pass.

Type of change

Testing

We currently dont run or test python 3.12, but if anyone has it installed, please test.

Checklist

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.24%. Comparing base (303a221) to head (ccc7a7a). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pyhyp/MExt.py 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ======================================= Coverage 79.24% 79.24% ======================================= Files 4 4 Lines 424 424 ======================================= Hits 336 336 Misses 88 88 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.