Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use importlib.resources instead of pkg_resources #284

Merged
merged 4 commits into from
Jun 17, 2024

improved warning management

51a1e79
Select commit
Loading
Failed to load commit list.
Merged

use importlib.resources instead of pkg_resources #284

improved warning management
51a1e79
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 17, 2024 in 0s

0.00% (-69.21%) compared to 4574592

View this Pull Request on Codecov

0.00% (-69.21%) compared to 4574592

Details

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (4574592) to head (51a1e79).

Files Patch % Lines
gromacs/config.py 0.00% 1 Missing ⚠️
gromacs/fileformats/xvg.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #284       +/-   ##
==========================================
- Coverage   69.20%   0.00%   -69.21%     
==========================================
  Files          22      22               
  Lines        3959    3954        -5     
  Branches      717       0      -717     
==========================================
- Hits         2740       0     -2740     
- Misses       1038    3954     +2916     
+ Partials      181       0      -181     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.