-
Notifications
You must be signed in to change notification settings - Fork 207
Add multiprocess support to TrajectorySplitters
#463
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
Add multiprocess support to TrajectorySplitters
#463
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #463 +/- ##
==========================================
+ Coverage 96.35% 96.48% +0.12%
==========================================
Files 35 35
Lines 4257 4381 +124
==========================================
+ Hits 4102 4227 +125
+ Misses 155 154 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thank you for you contributions, Sagar. Much appreciated. |
For future reference, here are some performance comparisons
(Early skipping was introduced in #458)
|
Closes #461
test_trajectory_splitter.py
to follow proper naming convention.Let me know what you think about it, @anitagraser