We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc08b7f + 2455584 commit b3c5fdfCopy full SHA for b3c5fdf
Orange/data/table.py
@@ -859,7 +859,7 @@ def collect(attr):
859
vstack(collect("metas")),
860
merge1d(collect("W"))
861
)
862
- conc.ids = np.hstack(map(operator.attrgetter("ids"), tables))
+ conc.ids = np.hstack([t.ids for t in tables])
863
names = [table.name for table in tables if table.name != "untitled"]
864
if names:
865
conc.name = names[0]
0 commit comments