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 56a6322 commit 143904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_processing/ml_processing/recommendation_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import umap.umap_ as umap
import matplotlib.pyplot as plt
from sklearn.preprocessing import StandardScaler, LabelEncoder
from src.data_processing.ml_processing.plots import plot_with_lines_and_predictions
from ODRS.src.data_processing.ml_processing.plots import plot_with_lines_and_predictions
file = Path(__file__).resolve()


Expand Down

0 comments on commit 143904d

Please sign in to comment.