Skip to content

Commit 33ad240

Browse files
author
saramontese
committed
delete unused method
1 parent fc597e9 commit 33ad240

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/discretizer/predicates.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __eq__(self, other):
132132
def __hash__(self):
133133
return hash(self.count)
134134

135-
135+
#TODO: replace with [IdleTime.LONG, IdleTime.SHORT, IdleTime.NONE]
136136

137137
class Action(Enum):
138138
IDLE = auto()
@@ -147,8 +147,6 @@ class Action(Enum):
147147
BRAKE_TURN_LEFT = auto()
148148

149149

150-
#def is_close(a, b, eps=0.1):
151-
# return abs(a - b) < eps
152150

153151
def get_action_id(action):
154152
return action.value

0 commit comments

Comments
 (0)