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

[GSoC] Parallelisation of AnalysisBase with multiprocessing and dask #4162

Merged
merged 288 commits into from
Aug 16, 2024

Remove issubclass check

1dc4613
Select commit
Loading
Failed to load commit list.
Merged

[GSoC] Parallelisation of AnalysisBase with multiprocessing and dask #4162

Remove issubclass check
1dc4613
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 16, 2024 in 2s

93.62% (+0.00%) compared to d16b8d4

View this Pull Request on Codecov

93.62% (+0.00%) compared to d16b8d4

Details

Codecov Report

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

Project coverage is 93.62%. Comparing base (d16b8d4) to head (1dc4613).
Report is 1 commits behind head on develop.

Files Patch % Lines
package/MDAnalysis/analysis/base.py 96.52% 2 Missing and 2 partials ⚠️
package/MDAnalysis/analysis/results.py 95.71% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           develop    #4162    +/-   ##
=========================================
  Coverage    93.61%   93.62%            
=========================================
  Files          171      173     +2     
  Lines        21254    21419   +165     
  Branches      3937     3978    +41     
=========================================
+ Hits         19897    20053   +156     
- Misses         898      903     +5     
- Partials       459      463     +4     

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