Skip to content

Conversation

freddiev4
Copy link
Contributor

@freddiev4 freddiev4 commented Jun 30, 2017

This might be a little ambitious, but trying to sneak this in before #1868 gets merged and before our next release.

Also #1845

@freddiev4 freddiev4 requested review from richafrank and removed request for richafrank June 30, 2017 13:48
@coveralls
Copy link

coveralls commented Jun 30, 2017

Coverage Status

Coverage decreased (-0.03%) to 87.656% when pulling e71d56c on remove-deprecated-yahoo-code into 5e6110e on master.

@freddiev4 freddiev4 requested a review from richafrank June 30, 2017 15:18
@freddiev4 freddiev4 force-pushed the remove-deprecated-yahoo-code branch from e71d56c to fd3e453 Compare June 30, 2017 19:22
@coveralls
Copy link

coveralls commented Jun 30, 2017

Coverage Status

Coverage decreased (-0.03%) to 87.492% when pulling fd3e453 on remove-deprecated-yahoo-code into 5343344 on master.

# as we use in test_examples.py.
environ = {'ZIPLINE_ROOT': d.getpath('example_data/root')}
if rebuild_input:
rebuild_input_data(environ)
Copy link
Member

Choose a reason for hiding this comment

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

Do the tests no longer rely on this input data? Or how should we rebuild it from now on?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We'll need to switch it to use a different bundle, so for now if someone passes the --rebuild-input flag we raise a StandardErrorand let users know that this will be fixed in a future release

DOC: Remove mentions of Yahoo data bundles

MAINT: Remove yahoo bundle, test, and more mentions of yahoo
@freddiev4 freddiev4 force-pushed the remove-deprecated-yahoo-code branch from e70b91a to d4d8db3 Compare July 3, 2017 15:01
@coveralls
Copy link

coveralls commented Jul 3, 2017

Coverage Status

Coverage decreased (-0.03%) to 87.492% when pulling 979e525 on remove-deprecated-yahoo-code into 47cf269 on master.

@coveralls
Copy link

coveralls commented Jul 3, 2017

Coverage Status

Coverage decreased (-0.03%) to 87.492% when pulling 979e525 on remove-deprecated-yahoo-code into 47cf269 on master.

@freddiev4
Copy link
Contributor Author

@richafrank mind giving this one more pass?

Copy link
Member

@richafrank richafrank left a comment

Choose a reason for hiding this comment

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

Looks good to me. Had some minor comments.

ingest(TEST_BUNDLE_NAME, environ=environ, show_progress=True)
clean(TEST_BUNDLE_NAME, keep_last=1, environ=environ)
@click.command()
@click.option(
Copy link
Member

Choose a reason for hiding this comment

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

Looks like there's an extra character of indentation.


if rebuild_input:
rebuild_input_data(environ)
raise StandardError(
Copy link
Member

Choose a reason for hiding this comment

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

Maybe NotImplementedError? My preference is definitely for more specific error types when possible.

cache for `symbol` whose first entry is before or on `first_date` and whose
last entry is on or after `last_date`.
If we perform a download and the cache criteria are not satisfied, we wait
Copy link
Member

Choose a reason for hiding this comment

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

Is this no longer true?

@freddiev4 freddiev4 force-pushed the remove-deprecated-yahoo-code branch 2 times, most recently from ac1c859 to 552c142 Compare July 3, 2017 17:34
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 87.129% when pulling 552c142 on remove-deprecated-yahoo-code into b1e4066 on master.

@coveralls
Copy link

coveralls commented Jul 3, 2017

Coverage Status

Coverage decreased (-0.03%) to 87.492% when pulling 552c142 on remove-deprecated-yahoo-code into b1e4066 on master.

@coveralls
Copy link

coveralls commented Jul 3, 2017

Coverage Status

Coverage decreased (-0.03%) to 87.492% when pulling 552c142 on remove-deprecated-yahoo-code into b1e4066 on master.

@freddiev4 freddiev4 force-pushed the remove-deprecated-yahoo-code branch from 552c142 to 492b22f Compare July 3, 2017 20:39
@coveralls
Copy link

coveralls commented Jul 3, 2017

Coverage Status

Coverage decreased (-0.03%) to 87.492% when pulling 492b22f on remove-deprecated-yahoo-code into b1e4066 on master.

@freddiev4 freddiev4 merged commit bcaa7e7 into master Jul 5, 2017
@freddiev4 freddiev4 deleted the remove-deprecated-yahoo-code branch July 5, 2017 19:27
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.

4 participants