From bbb49f450fda232a2ef4b100833ac005d620af6d Mon Sep 17 00:00:00 2001 From: Avshugan <61654502+Avshugan@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:10:14 +0300 Subject: [PATCH] test_message --- solutions/sem02/lesson03/task1.py | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/solutions/sem02/lesson03/task1.py b/solutions/sem02/lesson03/task1.py index 2c3fc0b5..9daeafb9 100644 --- a/solutions/sem02/lesson03/task1.py +++ b/solutions/sem02/lesson03/task1.py @@ -1,20 +1 @@ -import numpy as np - - -class ShapeMismatchError(Exception): - pass - - -def sum_arrays_vectorized( - lhs: np.ndarray, - rhs: np.ndarray, -) -> np.ndarray: ... - - -def compute_poly_vectorized(abscissa: np.ndarray) -> np.ndarray: ... - - -def get_mutual_l2_distances_vectorized( - lhs: np.ndarray, - rhs: np.ndarray, -) -> np.ndarray: ... +test