Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class DataSetDescription extends OpenmlApiResponse {
@XStreamAlias("oml:row_id_attribute")
private String row_id_attribute;

@XStreamImplicit(itemFieldName = "ignore_attribute")
@XStreamImplicit(itemFieldName = "oml:ignore_attribute")

Copy link
Copy Markdown
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!

private String[] ignore_attribute;

@XStreamAlias("oml:version_label")
Expand Down