TDC icon indicating copy to clipboard operation
TDC copied to clipboard

scperturb issue

Open amva13 opened this issue 8 months ago • 1 comments

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

amva13 avatar Jun 25 '24 00:06 amva13