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

Minor fix of knn's parameter naming for consistency. #4252

Merged
merged 1 commit into from Apr 15, 2018

Conversation

iglesias
Copy link
Collaborator

Quite minor. Also opening to test the change in Travis.

@@ -1,5 +1,5 @@
KNN knn()
knn.put("m_k", 2)
knn.put("k", 2)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will break integration tests, so you will need to update the test data file.
See the developing.md readme for details

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it doesnt break the integration tests, then no change is needed ...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually nevermind. as long as you change all the example code listings, this is not a problem

@iglesias iglesias merged commit 844249b into shogun-toolbox:develop Apr 15, 2018
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.

None yet

2 participants