Skip to content

Commit 1d7254c

Browse files
committed
EOF empty line
1 parent 58e37d5 commit 1d7254c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/sagemaker/local_mode/test_local_mode_cpu_jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,3 +289,4 @@ def test_sklearn_local_model_train_inference():
289289
assert type(test_preds) == np.ndarray, f"predictions are not in a np.ndarray format: {test_preds}"
290290
assert type(test_y) == np.ndarray, f"Y ground truth are not in a np.ndarray format: {test_y}"
291291
assert type(test_mse) == float, f"MSE is not a number: {test_mse}"
292+

0 commit comments

Comments
 (0)