Skip to content
Snippets Groups Projects
Commit bce811b9 authored by DesireeWyrzylala's avatar DesireeWyrzylala
Browse files

fix err

parent 97813926
No related branches found
No related tags found
No related merge requests found
from SAND import SAND
import sys
import pathlib
sys.path.append(str(pathlib.Path.absolute)+ '../../')
import os
BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '../../../'))
if BASE_DIR not in sys.path:
sys.path.append(BASE_DIR)
from src.utils.slidingWindows import find_length_rank
from src.run_model_wrapper import main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment