dpeerlab / spectra

Supervised Pathway DEConvolution of InTerpretable Gene ProgRAms
MIT License
150 stars 17 forks source link

TabError: inconsistent use of tabs and spaces in indentation #19

Closed mostafaismail11 closed 1 year ago

mostafaismail11 commented 1 year ago

week ago, I was running the model perfectly, I am trying to use it today it returns me super bad error when I try to call the package and modules "TabError: inconsistent use of tabs and spaces in indentation"

from spectra import spectra as spc TabError: inconsistent use of tabs and spaces in indentation

from spectra import spectra_util as spc_tl TabError: inconsistent use of tabs and spaces in indentation

from spectra import spectra_util as spc_tl TabError: inconsistent use of tabs and spaces in indentation

I used the original notebook (tutorial notebook) of spectra.

please I need help, How can I avoid this error.

russellkune commented 1 year ago

Working on this now.

russellkune commented 1 year ago

Let me know if the most recent changes fix the issue.