mdolab / pysurf

pySurf provides geometric operations for triangulated surfaces.
Apache License 2.0
2 stars 4 forks source link

Minor fix to support CGNS 4.4 #28

Closed eirikurj closed 1 year ago

eirikurj commented 1 year ago

Purpose

The CGNS library removed legacy constants. This change is backwards compatible with the CGNS version we currently support.

Expected time until merged

No rush

Type of change

Testing

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #28 (fd6fd8c) into main (e32268d) will not change coverage. The diff coverage is n/a.

:exclamation: Current head fd6fd8c differs from pull request most recent head 28b017c. Consider uploading reports for the commit 28b017c to get more accurate results

@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   50.11%   50.11%           
=======================================
  Files           5        5           
  Lines        1688     1688           
=======================================
  Hits          846      846           
  Misses        842      842           

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

:loudspeaker: Have feedback on the report? Share it here.

eirikurj commented 1 year ago

I believe @sseraj was going to submit a PR with updated Tapenade

sseraj commented 1 year ago

The Tapenade PR is up at #29