Skip to content

Commit b3cd80d

Browse files
committed
fixed typo
1 parent 02f3eac commit b3cd80d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_nn_iris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
sys.path.insert(0, "./src/")
1010

11-
from src.nn_iris_solution import compute_accuracy, cv_knearest_classifier
11+
from src.nn_iris import compute_accuracy, cv_knearest_classifier
1212

1313

1414
def test_compute_accuracy():

tests/test_nn_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
sys.path.insert(0, "./src/")
1010

11-
from src.nn_regression_solution import gs_knearest_regressor
11+
from src.nn_regression import gs_knearest_regressor
1212

1313

1414
def test_gs_knearest_regressor():

0 commit comments

Comments
 (0)