Skip to content

Commit c21ab73

Browse files
author
David Stirling
committed
Fix t-SNE gate syntax compatibility with sqlite. Fixes #307
1 parent f3fdf29 commit c21ab73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpa/dimensionreduction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
SRP: "SRP",
5858
FA: "Factor_",
5959
FAGG: "Cluster_",
60-
TSNE: "t-SNE_",
60+
TSNE: "tSNE_",
6161
}
6262

6363
PCA_TABLE = "pca_table"

0 commit comments

Comments
 (0)