From 719eb2e974512c4f542624bcdace4881982b5448 Mon Sep 17 00:00:00 2001 From: govin08 Date: Wed, 17 Apr 2024 10:56:23 +0900 Subject: [PATCH] deleted unnecessary line --- Scripts/preprocess_daily.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Scripts/preprocess_daily.py b/Scripts/preprocess_daily.py index ef5358dc4..a63cbc849 100644 --- a/Scripts/preprocess_daily.py +++ b/Scripts/preprocess_daily.py @@ -403,9 +403,6 @@ class DailyPreprocessor(): turn_type = self.n2io2turn[node_id][(inc_edge_id, out_edge_id)] self.match5.at[i, 'turn_type'] = turn_type - self.p2UPLindices = dict() # parent id to unprotected left index - - # 2-1-6 def make_match6(self): '''