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

Call fbProphet objects with keyword arguments #7

Merged
merged 4 commits into from
Feb 5, 2021

Conversation

emorfam
Copy link

@emorfam emorfam commented May 17, 2019

The fbProphet objects in fitForecast.py are currently instantiated with positional arguments. Changing it to keyword arguments makes it less vulnerable to API changes. This fixes #3 and #6.

ericmorfamorales-berylls added 2 commits May 17, 2019 10:46
The fbProphet object is currently instantiated with positional arguments.
Changing it to keyword arguments makes it less vulnerable to API changes.
This was referenced May 20, 2019
@CollinRooney12 CollinRooney12 merged commit c36eda0 into CollinRooney12:master Feb 5, 2021
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.

Issue With runHTS.py
2 participants