wehs7661 / ensemble_md

A python package for performing GROMACS simulation ensembles
MIT License
13 stars 4 forks source link

Adding unit tests for functions that use MPI #40

Closed wehs7661 closed 5 months ago

wehs7661 commented 5 months ago

In this PR, we complete the work in test_mpi_func.py, which tests functions that use MPI, including _run_grompp, _run_mdrun, and run_REXEE. Except for the tests itself, some key things were done, including

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 95.56%. Comparing base (a0f93b7) to head (0c8a668).

:exclamation: Current head 0c8a668 differs from pull request most recent head 3aa87c2. Consider uploading reports for the commit 3aa87c2 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #40 +/- ## ========================================== + Coverage 92.34% 95.56% +3.22% ========================================== Files 8 8 Lines 1645 1646 +1 ========================================== + Hits 1519 1573 +54 + Misses 126 73 -53 ```

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