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

Add type assertions and casts to fix mypy issues #168

Closed johannesring closed 3 months ago

johannesring commented 3 months ago

This pull request addresses several issues reported by mypy by adding necessary type assertions and casts. Fixes issue #167.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 78.95%. Comparing base (438ffff) to head (b69921b).

Files Patch % Lines
src/vasp/automatedPostprocessing/log_plotter.py 66.66% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #168 +/- ## ========================================== - Coverage 79.02% 78.95% -0.08% ========================================== Files 32 32 Lines 3771 3777 +6 ========================================== + Hits 2980 2982 +2 - Misses 791 795 +4 ```

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