Skip to content

Commit

Permalink
create_annotated_table keeps ids
Browse files Browse the repository at this point in the history
This fixes a bug of subset inputs not working in some cases.
  • Loading branch information
markotoplak committed Mar 3, 2017
1 parent 2dcb66f commit 05be958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/utils/annotated_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ def create_annotated_table(data, selected_indices):
table = Table(domain, data.X, data.Y,
metas=np.hstack((data.metas, annotated)))
table.attributes = data.attributes
table.ids = data.ids
return table

0 comments on commit 05be958

Please sign in to comment.