-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Added holidays parameter to date encoder #3822
Conversation
Conflicts: src/nupic/encoders/__init__.py src/nupic/encoders/multi.py tests/unit/nupic/encoders/pass_through_encoder_test.py tests/unit/nupic/encoders/sparse_pass_through_encoder_test.py
Added WARNING message when permutations runner job fails Added nupic-site.xml to .gitignore
Added holidays parameter to date encoder and added extra unit test Fixed a typo in unit tests and comments in date.py
@JonnoFTW Please investigate test failures in CI. |
@JonnoFTW Could separate the holiday feature from the other changes related to swarming? |
@lscheinkman my bad, I forgot to merge with upstream. It should be good now. Do you know how I can get it to stop listing those really old commits in every pull request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@JonnoFTW You can try using git rebase --interactive and squash the old commits |
I can squash and merge from the UI. |
Nice @JonnoFTW thanks! |
Fixes #3821
Also fixed up some typos.