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

[666] Python Protocols for DenseFeatures #666

Merged
merged 5 commits into from Jul 23, 2012
Merged

[666] Python Protocols for DenseFeatures #666

merged 5 commits into from Jul 23, 2012

Conversation

gsomix
Copy link
Contributor

@gsomix gsomix commented Jul 20, 2012

666
666
666

data=(char*)arg1->get_feature_matrix(num_feat, num_vec);

if (ilow<0)
{
Copy link
Member

Choose a reason for hiding this comment

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

something is weir with indention here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@lisitsyn
Copy link
Member

Evil #666 PR

{
npy_intp idx;
idx = PyArray_PyIntAsIntp(item);
idx = get_idx_in_bounds(idx, length);
Copy link
Member

Choose a reason for hiding this comment

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

something is still weird with spaces ... mixture of tabs and whitespaces perhaps?

sonney2k pushed a commit that referenced this pull request Jul 23, 2012
Python Buffer Protocol support for DenseFeatures
@sonney2k sonney2k merged commit b2eabfc into shogun-toolbox:master Jul 23, 2012
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

3 participants