In the model_base.py file under the src folder, there is an import statement on line 18:
from src.ligen.parse import (.
However, I couldn't find a parse file in the src/ligen directory. Could you please clarify if this is an issue with the code or if the file is missing?
Thanks!
In the
model_base.pyfile under thesrcfolder, there is an import statement on line 18:from src.ligen.parse import (.However, I couldn't find a
parsefile in thesrc/ligendirectory. Could you please clarify if this is an issue with the code or if the file is missing?Thanks!