From de94bb2f466d2d39f68fd8d6961be653d728f530 Mon Sep 17 00:00:00 2001 From: "Jian Zhang (James)" <6593865@qq.com> Date: Fri, 13 Dec 2024 16:44:38 -0800 Subject: [PATCH] [Bug] Fix Notebook JSON Format Error in AirTrans Example (#1114) *Issue #, if available:* *Description of changes:* This PR fixes the JSON format error. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: Ubuntu --- .../Synthetic_Airport_Traffic_wAirlines.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/network_traffic_prediction/Synthetic_Airport_Traffic_wAirlines.ipynb b/examples/network_traffic_prediction/Synthetic_Airport_Traffic_wAirlines.ipynb index d58469804..5335a049a 100644 --- a/examples/network_traffic_prediction/Synthetic_Airport_Traffic_wAirlines.ipynb +++ b/examples/network_traffic_prediction/Synthetic_Airport_Traffic_wAirlines.ipynb @@ -96,7 +96,7 @@ "source": [ "# Set up the total days for generating data\n", "NUM_DEMAND_DAYS = 31\n", - # Fix the random seed + "# Fix the random seed\n", "np.random.seed(47)" ] },