Skip to content

Commit

Permalink
fix unit_test
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed May 30, 2024
1 parent f92c8a0 commit 56a6322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
project_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.dirname(os.path.dirname(project_dir)))
from ODRS.src.data_processing.ml_processing.recommendation_module. import predict_models
from ODRS.src.data_processing.ml_processing.recommendation_module import predict_models


class TestDatasetInfo(unittest.TestCase):
Expand Down

0 comments on commit 56a6322

Please sign in to comment.