From ce50c5e8bfe99ac6272f7474a4ec5e83d5fbc1ef Mon Sep 17 00:00:00 2001 From: sanginnwoo Date: Thu, 11 Aug 2022 22:09:38 +0900 Subject: [PATCH] Minor change From SW's lab --- settle_prediction_steps.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/settle_prediction_steps.py b/settle_prediction_steps.py index 26b73d9..77346a7 100644 --- a/settle_prediction_steps.py +++ b/settle_prediction_steps.py @@ -195,19 +195,10 @@ time_hyper = time_hyper + t0_hyper - - - - - - - - # ===================== # Post-Processing # ===================== - # 그래프 크기, 서브 그래프 개수 및 비율 설정 fig, axes = plt.subplots(2, 1, figsize=(10, 10), gridspec_kw={'height_ratios':[1,2]})