stanley-king vor 4 Jahren
Ursprung
Commit
e88e3790ef
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      plot/DataCenter.py

+ 1 - 1
plot/DataCenter.py

@@ -12,7 +12,7 @@ import numpy as np
 
 class DataCenter(object):
     pos_map = {
-        'commit-succ': 0, 'commit-fail': 1, 'notify_succ': 2, 'notify-fail': 3, 'user_succ': 4
+        'commit-succ': 0, 'commit-fail': 1, 'notify-succ': 2, 'notify-fail': 3, 'user_succ': 4
     }
 
     def __init__(self):