From 44b5bf2a4e882cdc1b09abc25340380f8112392f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 14 Jul 2025 13:02:33 +0200 Subject: [PATCH] Update tests/test_math_utils.py --- tests/test_math_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_math_utils.py b/tests/test_math_utils.py index 5b7132195..c87122379 100644 --- a/tests/test_math_utils.py +++ b/tests/test_math_utils.py @@ -2,7 +2,7 @@ import pytest import os import sys sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) -from slic.functions.math_utils import * +from functions.math_utils import * import math import importlib from unittest import mock