Skip to content

Missing Dependencies and Broken Tests #24

@aabdullah-bos

Description

@aabdullah-bos

I forked prophet and then cloned my fork. I then tried to run the quickstart.py example, but it failed because pandas-datareader and seaborn were not installed, they were not installed, because they were not in setup.py file.

Also, the integration test for the quickstart failed, because the YahooData class dose not support cache_data. I fixed this on my fork by adding both cache_path and data_path to the init methods for:

  • YahooData
  • YahooCloseData
  • PandasDataGenerator

You can find my changes in the merge that I made to my fork...

aabdullah-bos#1

If this is what, you intended. I can submit a pull request to your fork.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions