KVSlab / VaSP

A collection of tools for pre-processing, simulating, and post-processing vascular fluid-structure-interaction problems
https://kvslab.github.io/VaSP/
GNU General Public License v3.0
9 stars 4 forks source link

make mypy happy #194

Closed keiyamamo closed 2 weeks ago

keiyamamo commented 3 weeks ago

This pull request introduces several assertions to ensure that certain variables are not None before they are used. mypy started complaining about those variables in CI.

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.58%. Comparing base (7915b55) to head (319f126). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #194 +/- ## ======================================= Coverage 78.58% 78.58% ======================================= Files 32 32 Lines 3848 3848 ======================================= Hits 3024 3024 Misses 824 824 ```

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