Skip to content

Commit

Permalink
[Bug] Fix Notebook JSON Format Error in AirTrans Example (#1114)
Browse files Browse the repository at this point in the history
*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 <[email protected]>
  • Loading branch information
zhjwy9343 and Ubuntu authored Dec 14, 2024
1 parent 75d61d5 commit de94bb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
Expand Down

0 comments on commit de94bb2

Please sign in to comment.