BaPSF / bapsflib

A Python Toolkit for BaPSF
12 stars 8 forks source link

Refine implemention of `Exceptions` and `Warnings` #134

Closed rocco8773 closed 3 months ago

rocco8773 commented 3 months ago

This PR create explicit bapsflib warning and exception classes. This classes are implemented when necessarily. This was primarily motivate to eliminate the use of UserWarning's, so in silent mode silent=True 3rd party FutureWarning's and DeprecatedWarning's still show.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 98.50%. Comparing base (4bbc514) to head (b5136be). Report is 9 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #134 +/- ## ======================================= Coverage 98.49% 98.50% ======================================= Files 47 47 Lines 3057 3076 +19 Branches 580 580 ======================================= + Hits 3011 3030 +19 Misses 44 44 Partials 2 2 ```

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