CaibinSh / scAR-reproducibility

Scripts to reproduce the results of scAR manuscript 'Probabilistic modeling of ambient noise in single-cell omics data'
https://doi.org/10.1101/2022.01.14.476312
1 stars 1 forks source link

dataloader obsolete #8

Closed viveksagar-kr closed 2 years ago

viveksagar-kr commented 2 years ago

"from . import _data_loader as dataloader" in line 4 of main.py is throwing an exception. As the module is obsolete, removing the import statement will fix the issue

CaibinSh commented 2 years ago

"from . import _data_loader as dataloader" in line 4 of main.py is throwing an exception. As the module is obsolete, removing the import statement will fix the issue

Thanks, Vivek. You are right. This statement can be removed. Will be fixed in release v0.1.2-beta.

In addition, a statement of '# -- coding: utf-8 --' has been added to 1st line of _data_loader.py to avoid the error of 'SyntaxError: Non-ASCII character '\xe2' '.

viveksagar-kr commented 2 years ago

Fixed in version v0.1.2