diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d2b66d5..0fca87e 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -43,13 +43,13 @@
-
+
-
+
@@ -80,11 +80,11 @@
-
-
+
+
-
+
@@ -189,7 +189,7 @@
-
+
@@ -229,12 +229,12 @@
1588152877746
-
+
-
+
@@ -362,11 +362,11 @@
-
-
+
+
-
+
diff --git a/serve.py b/serve.py
index bca32c0..7e3e39f 100644
--- a/serve.py
+++ b/serve.py
@@ -77,6 +77,8 @@ class Data:
print(1)
self.std = np.std(self.data, axis=0)
+ print(self.std)
+ print(self.mean)
self.norm_data = (self.data - self.mean) / self.std
print(2)