重构移动utils文件夹
This commit is contained in:
@@ -14,8 +14,8 @@ import colour
|
||||
import numpy as np
|
||||
|
||||
import algorithm.pq_algorithm as pq_algorithm
|
||||
from utils.data_range_converter import convert_pattern_params
|
||||
from utils.pq.pq_result import PQResult
|
||||
from app.data_range_converter import convert_pattern_params
|
||||
from app.pq.pq_result import PQResult
|
||||
|
||||
def new_pq_results(self, test_type, test_name):
|
||||
self.results = PQResult(test_type, test_name)
|
||||
|
||||
Reference in New Issue
Block a user