Skip to content

Commit 59408dc

Browse files
committed
Fix module import
1 parent cfe4800 commit 59408dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unit_test/problems/test_cec2022.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import unittest
22

33
import torch
4-
from CEC2022_by_P_N_Suganthan import cec2022_func
54

65
from evox.problems.numerical import CEC2022
76

7+
from .CEC2022_by_P_N_Suganthan import cec2022_func
8+
89

910
class TestCEC2022(unittest.TestCase):
1011
def setUp(self):

0 commit comments

Comments
 (0)