Skip to content

Commit 3357a07

Browse files
committed
manually od it
1 parent 39803f2 commit 3357a07

3 files changed

Lines changed: 387 additions & 3 deletions

File tree

19.9 MB
Binary file not shown.

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def SensorTypeToAxis(name: str) -> str:
338338

339339

340340
def VehicleSensorsPairs(csv_columns, already_paired_sensors):
341-
print("\nDirectPairs")
341+
# print("\nDirectPairs")
342342

343343
pairs = {}
344344

@@ -373,7 +373,7 @@ def VehicleSensorsPairs(csv_columns, already_paired_sensors):
373373

374374

375375
def MakePIPairs(csv_columns, already_paired_sensors):
376-
print("\nMakePIPairs")
376+
# print("\nMakePIPairs")
377377

378378
pairs = {}
379379

@@ -407,8 +407,8 @@ def MakePIPairs(csv_columns, already_paired_sensors):
407407

408408

409409
def BCLSPairs(csv_columns, already_paired_sensors):
410+
# print("\nBCLSPairs")
410411

411-
print("\nBCLSPairs")
412412

413413
pairs = defaultdict(list) # dictionary that automatically creates list whenever new key is attempted
414414

output/12-17-2025-we_hotfired!.html

Lines changed: 384 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)