-
Notifications
You must be signed in to change notification settings - Fork 79
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
BusinessDayFrequency error (Python) #4
Comments
Hi @hartziai and @ahjdzx, this issue was fixed here: sryza/spark-timeseries#133, but I haven't yet had a chance to include that commit in a release |
Hey @ShakthiYasas, apologies, but I haven't had the time to do a release since then |
Any chance to release this fix in future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this error on
BusinessDayFrequency(1, 1, sc)
__init__() takes exactly 3 arguments (4 given)
when I change it to
BusinessDayFrequency(1, sc)
I get this error:The text was updated successfully, but these errors were encountered: