From 37193157650a85aca135ec400d5d65a54d7770ca Mon Sep 17 00:00:00 2001 From: Newnius Date: Sat, 2 May 2020 01:57:46 +0800 Subject: [PATCH] update --- .idea/workspace.xml | 2 +- serve.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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