generate: always use Pool#862
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (76.91%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## develop #862 +/- ##
===========================================
- Coverage 83.91% 76.91% -7.00%
===========================================
Files 36 36
Lines 4277 4272 -5
Branches 531 528 -3
===========================================
- Hits 3589 3286 -303
- Misses 494 791 +297
- Partials 194 195 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
a448649 to
0feb551
Compare
|
This is failing because the Click CLI runner does not flush stderr as it should until Click 8.2.1, so the test output is not appearing as expected. Unfortunately Explorer cannot use Click 8.2.1 because that changed something else causing multiple test failures, but I believe Click 8.3.0 will fix that issue. Putting this as a draft for now until Click 8.3.0 is released. |
648e8b6 to
c0697ab
Compare
f8acd9a to
1c4c68d
Compare
1c4c68d to
2a3179b
Compare
|
Still doesn't work with the fixes in Click 8.3.2, but Click 8.3.3 should contain a fix that might unblock this. |
The imap implementation will be as lazy as one could expect in Python 3.15, but until then it is more eager than one would expect. Switch from imap_unordered to using apply_async instead, but print the results in a deterministic order and remove the special case where a different code path is taken when running on a single core.
The imap implementation will be
as lazy as one could expect in
Python 3.15, but until then
it is more eager than one would
expect.
Switch from imap_unordered to
using apply_async instead, but
print the results in a deterministic
order and remove the special
case where a different code path
is taken when running on a single
core.
📚 Documentation preview 📚: https://datacube-explorer--862.org.readthedocs.build/en/862/