chao1224 / ProteinDT

https://chao1224.github.io/ProteinDT
MIT License
41 stars 4 forks source link

Remove references to non-existent code #3

Closed agitter closed 2 months ago

agitter commented 6 months ago

I started looking through the code and was slowed down because some files import other modules that no longer exist. For example model_LatentDiffusionDecoder.py has

from ProteinDT.models.model_SDE import VESDE, VPSDE

but I don't see a model_SDE.py file.

Using an IDE or linter to remove imports like this would improve readability.

chao1224 commented 2 months ago

Thanks @agitter for noticing this! I have fixed this in #6.