Skip to content

Commit d53d867

Browse files
committed
cleanup
1 parent 6603b2a commit d53d867

File tree

4 files changed

+1
-106
lines changed

4 files changed

+1
-106
lines changed

BinIdentifier.py

-3
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,6 @@ def match_sensors(self):
493493
control_features = control_fcn.get_ctrl_features(sensor_addr)
494494
match_features = matched_fcn.get_features()
495495

496-
# if control_fcn.sensor == 'throttle_position':
497-
# print(control_features)
498-
499496
for addr, addr_features in match_features.items():
500497
# Average the 'pre' & 'post' features
501498
try:

func_finder

-1
This file was deleted.

log_filename.txt

-102
This file was deleted.

pysensor.py

+1
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def get_ctrl_feature(self, blk, sensor):
330330
if blk is not None:
331331
il = blk.seq_inst
332332
feature_visited.append(blk)
333+
333334
for instr in il.items():
334335
for param in instr[1].params:
335336
if sensor.lower() in features.keys():

0 commit comments

Comments
 (0)