-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support processes in rendering HoloViews #47
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #47 +/- ##
==========================================
- Coverage 69.95% 69.90% -0.06%
==========================================
Files 14 14
Lines 1448 1462 +14
==========================================
+ Hits 1013 1022 +9
- Misses 435 440 +5 ☔ View full report in Codecov by Sentry. |
Unfortunately, it's still slow. I think I need to cache the webdriver instance per worker somehow. |
If I can figure this out... |
Found the problem; I didn't set: |
I think
processes=True
(the default) now works @rsignell