From 27ec40c77e871133d42334e24c30197222e1f573 Mon Sep 17 00:00:00 2001 From: wzq666666 <71654700+wzq666666@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:01:18 +0800 Subject: [PATCH] Update algorithm.py --- Tetris/Prototype-K8s/tetrisAlgo/algorithm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tetris/Prototype-K8s/tetrisAlgo/algorithm.py b/Tetris/Prototype-K8s/tetrisAlgo/algorithm.py index 8485fc7..7b38f87 100644 --- a/Tetris/Prototype-K8s/tetrisAlgo/algorithm.py +++ b/Tetris/Prototype-K8s/tetrisAlgo/algorithm.py @@ -1,8 +1,8 @@ import numpy as np -from sandpiper import Sandpiper_algo +from tetrisAlgo.sandpiper import Sandpiper_algo from abc import ABC, abstractmethod -from sxyAlgo.Algorithm_tetris import Algorithm_tetris +from tetrisAlgo.Algorithm_tetris import Algorithm_tetris from utl import CostOfLoadBalance, CostOfMigration import csv