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.
1 parent 3f2180d commit 770ba0eCopy full SHA for 770ba0e
Orange/widgets/unsupervised/owtsne.py
@@ -513,7 +513,6 @@ def run(self):
513
514
def __ensure_task_same_for_pca(self, task: Task):
515
assert self.data is not None
516
- assert task.data is self.data
517
assert task.normalize == self.normalize
518
assert task.pca_components == self.pca_components
519
assert isinstance(task.pca_projection, Table) and \
0 commit comments