chengsly / DeepMicroClass

Other
24 stars 2 forks source link

Invalid variable name in predict.py #3

Closed johnbullard-uf closed 2 years ago

johnbullard-uf commented 2 years ago

https://github.com/chengsly/DeepMicrobeFinder/blob/7d05b2c0055ec3a8fbf8766fa7213d0ef70b46e1/predict.py#L151

In the above referenced line, "remainder_legnth" should be "remainder_length".

chengsly commented 2 years ago

fixed in latest commit, with some other issues in predict.py