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

Issue with the GetIntAttr(col_idx) Method #219

Open
hcars opened this issue Apr 10, 2021 · 0 comments
Open

Issue with the GetIntAttr(col_idx) Method #219

hcars opened this issue Apr 10, 2021 · 0 comments

Comments

@hcars
Copy link

hcars commented Apr 10, 2021

In SNAP 5.0, you could call GetIntAttr(col_idx) where col_idx is the index of the column you would like to retrieve from a row iterator.
In SNAP 6.0, this method claims to still allow this in the documentation; however, it always gives a segmentation fault if you pass an integer. This method only works if called in the manner GetIntAttr(col_name) where col_name is a string denoting the column whose value you would like to retrieve from a row iterator.

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

No branches or pull requests

1 participant