mdolab / pyhyp

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

Update library import checks #67

Closed eirikurj closed 2 years ago

eirikurj commented 2 years ago

Purpose

Currently, the library import check suppresses useful information why the library could not be imported. This PR updates the import check to print out the full error message.

Expected time until merged

No rush, but should not take long.

Type of change

Testing

Compile the module with and without the fix, with a broken library.

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #67 (77eb9d4) into main (262099a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #67   +/-   ##
=======================================
  Coverage   79.43%   79.43%           
=======================================
  Files           4        4           
  Lines         423      423           
=======================================
  Hits          336      336           
  Misses         87       87           

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