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

Implement concurrent downloads #1701

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

asouthgate
Copy link
Contributor

Needs benchmarking. Perhaps no benefit at this time (but no downside to have the functionality).

@asouthgate asouthgate marked this pull request as draft October 23, 2023 10:37
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #1701 (d25f517) into main (bc48f2c) will increase coverage by 0.0%.
The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main   #1701   +/-   ##
=====================================
  Coverage   94.3%   94.3%           
=====================================
  Files        239     239           
  Lines      18560   18567    +7     
=====================================
+ Hits       17517   17525    +8     
+ Misses      1043    1042    -1     
Flag Coverage Δ
Conda 94.1% <100.0%> (+<0.1%) ⬆️
Linux 94.3% <100.0%> (+<0.1%) ⬆️
Windows 84.7% <94.1%> (+<0.1%) ⬆️
macOS 93.6% <100.0%> (+<0.1%) ⬆️
python3.10 94.1% <100.0%> (+0.5%) ⬆️
python3.11 94.0% <100.0%> (+0.4%) ⬆️
python3.8 94.3% <100.0%> (+<0.1%) ⬆️
python3.9 94.1% <100.0%> (+<0.1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
gwpy/timeseries/io/losc.py 91.8% <100.0%> (+0.4%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

detector,
start,
end,
nthreads=10,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add this option to the 'upstream' TimeSeriesBase.fetch_open_data method, or at least document the keyword argument there.

And also, probably somewhere in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants