mims-harvard / TDC

Therapeutics Commons: Artificial Intelligence Foundation for Therapeutic Science
https://tdcommons.ai
MIT License
957 stars 169 forks source link

scperturb issue #289

Closed amva13 closed 4 days ago

amva13 commented 1 week ago

For the perturb-seq dataset, there might be some problem:

from tdc.multi_pred.perturboutcome import PerturbOutcome

data = PerturbOutcome(name = 'scperturb_drug_SrivatsanTrapnell2020_sciplex2')

split = data.get_split() # this line has a problem

print_sys("processing cell line", cell_line)

TypeError: print_sys() takes 1 positional argument but 2 were given

abearab commented 1 week ago

also https://github.com/mims-harvard/TDC/issues/256

amva13 commented 4 days ago

will be fixed by https://github.com/mims-harvard/TDC/pull/290 issue from commit during geneperturb. note: reduce mem foot print of scperturb test so it can actually run in cicd and catch this type of issue.