CahanLab / PySingleCellNet

singleCellNet in Python
https://pysinglecellnet.readthedocs.io/en/latest/
MIT License
14 stars 9 forks source link

Update scn_train.py to fix column indexing #7

Closed ekernf01 closed 1 year ago

ekernf01 commented 1 year ago

Some CSCB students ran into issues with this line of this function yielding ValueError: Data must be 1-dimensional. This fixes that.