diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1df0778..f8a6d24 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -210,7 +210,7 @@ - + diff --git a/serve.py b/serve.py index 285ba26..fed29b8 100644 --- a/serve.py +++ b/serve.py @@ -129,8 +129,8 @@ class Data: # test_data_yqy=test_data_yqy[1:21] feature_data = (test_data_yqy - self.mean) / self.std test_x = [feature_data] - print(test_x[:, :, :1]) - return np.array(test_x[:, :, :1]) + print(feature_data) + return np.array(test_x) # add end