Wenhao-Jin / HydRA

A deep-learning model for predicting RNA-binding capacity from protein interaction association context and protein sequence
Other
6 stars 2 forks source link

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

Open byee4 opened 6 months ago

byee4 commented 6 months ago

It seems like some lines are using spaces while others are using tab for indent

https://github.com/Wenhao-Jin/HydRA/blob/e1528b295b1284c5434314892e9611fc31674c84/HydRa/HydRa2_0_predict.py#L300-L301

byee4 commented 6 months ago

https://github.com/Wenhao-Jin/HydRA/blob/e1528b295b1284c5434314892e9611fc31674c84/setup.py#L15-L17