rsinghlab / SCOT

Gromov-Wasserstein based optimal transport for aligning single-cell multi-omics data
http://rsinghlab.github.io/SCOT
MIT License
66 stars 16 forks source link

Tuning function error #15

Open MekanMyradov opened 10 months ago

MekanMyradov commented 10 months ago

Hi,

In SCOT v1 line 152 X_aligned, y_aligned= self.unsupervised_scot() we are expecting two returned parameters but the function unsupervised_scot() returns only one value. That is why SCOT v1 cannot do self-tuning how do we solve this issue?