1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-06-07 07:01:56 +00:00
This commit is contained in:
Newnius 2020-05-02 01:57:46 +08:00
parent a64e4810a1
commit 3719315765
2 changed files with 3 additions and 3 deletions

View File

@ -210,7 +210,7 @@
<component name="PropertiesComponent">
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1588355572420" />
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1588355696642" />
<property name="go.gopath.indexing.explicitly.defined" value="true" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />

View File

@ -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