Skip to content

Limit data use #649

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

Merged
merged 8 commits into from
Aug 29, 2019
Merged

Limit data use #649

merged 8 commits into from
Aug 29, 2019

Conversation

oceanapplications
Copy link
Contributor

@oceanapplications oceanapplications commented Jul 2, 2019

Currently the minimum requested data is a full year. This limits the request to more specific time frames.

The current functionality is undesirable because IEX is no longer unlimited. After this change, for less than 6 days, the cost is 50 messages. Before it was over 3,000.

  • tests added / passed

Currently the minimum requested data is a full year.  This limits the request to more specific time frames.

The current functionality is undesirable because IEX is no longer unlimited.  After this change, for less than 6 days,  the cost is 50 messages.  Before it was over 3,000.
@addisonlynch
Copy link
Contributor

@bashtage ready

@bashtage
Copy link
Contributor

Needs a test.

@addisonlynch
Copy link
Contributor

Hard to test this because the method is private and end results are the same (only effect is message weighting behind the scenes)

@bashtage
Copy link
Contributor

It is fine to directly test private functions internally. Private doesn't mean private to pdr, only the everything else.

@bashtage
Copy link
Contributor

In particular all of the new paths need to be visited.

@bashtage
Copy link
Contributor

Need to get some coverage reporter attached

@addisonlynch
Copy link
Contributor

Can add coverage to CI

@bashtage bashtage merged commit 9a75c96 into pydata:master Aug 29, 2019
@bashtage
Copy link
Contributor

Thanks.

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.

3 participants