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

Import fix #1

Merged
merged 2 commits into from
Sep 28, 2017
Merged

Import fix #1

merged 2 commits into from
Sep 28, 2017

Conversation

aabdullah-bos
Copy link
Owner

Fixes dependency issue in setup.py and fixes tests.

Aquil Abdullah added 2 commits September 28, 2017 16:06
* Out of the box I was unable to run the quickstart.py
  example, because the setup.py did not require __pandas-datareader__
  or __seaborn__.
* It looks like there was a change to the the generator interface
  that was intended, but not implemented. When I attempted to run tox
  I encountered the error:

  E  TypeError: __init__() got an unexpected keyword argument 'cache_path'

  This was because the attempt to create an instance of the YahooData
  generator was passing cache_path, which was not in the parameter list
  for the class. I've added both cache_path and data_path as well as
  `__init__` methods for all generators so that they invoke the base
  class `__init__` method.
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.

1 participant