Skip to content

Commit

Permalink
Fix error caused by renaming Region to Zone
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Dec 13, 2024
1 parent 0c0b7c0 commit dade6aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/ex6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,21 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Reginonal Design"
"## Zonal Design"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The disaptch models in AMS has develoepd with regional structure, and it can be inspected in device ``Region``."
"The scheduling models in AMS has develoepd with zonal structure, and it can be inspected in device ``Zone``.\n",
"\n",
"**Note**: Since version 0.9.14, model ``Region`` is renamed to ``Zone`` for clarity."
]
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -169,7 +171,7 @@
}
],
"source": [
"sp.Region.as_df()"
"sp.Zone.as_df()"
]
},
{
Expand Down

0 comments on commit dade6aa

Please sign in to comment.