mdolab / pysurf

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

Update library import checks #17

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 #17 (1b38193) into main (579c967) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   49.97%   49.97%           
=======================================
  Files           5        5           
  Lines        1683     1683           
=======================================
  Hits          841      841           
  Misses        842      842           

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