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

Fixed XStreamAlias for ignore_attribute #45

Merged
merged 3 commits into from
Mar 19, 2021
Merged

Conversation

mwever
Copy link
Contributor

@mwever mwever commented Mar 17, 2021

Fixing the XStream Alias for the ignore_attribute tag.

@mwever mwever added the bug label Mar 17, 2021
@mwever mwever linked an issue Mar 17, 2021 that may be closed by this pull request
@@ -86,7 +86,7 @@
@XStreamAlias("oml:row_id_attribute")
private String row_id_attribute;

@XStreamImplicit(itemFieldName = "ignore_attribute")
@XStreamImplicit(itemFieldName = "oml:ignore_attribute")
Copy link
Member

Choose a reason for hiding this comment

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

would you mind also extending a unit test (e.g., one that downloads a dataset with ignore attribute from the test set, and checks whether it is not empty)?

Thanks!

Base automatically changed from develop to fix/issue_44 March 19, 2021 09:53
@janvanrijn janvanrijn merged commit 5761733 into fix/issue_44 Mar 19, 2021
@janvanrijn janvanrijn deleted the fix/issue_44 branch March 19, 2021 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ignore_attribute in DataSetDescription null.
2 participants