Skip to content

Commit

Permalink
Change geometry of scenario 5
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Jan 18, 2025
1 parent f25834e commit e66386c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/model-comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1142,8 +1142,8 @@
" outer = [(-5, -5), (5, -5), (5, 5), (-5, 5)]\n",
"\n",
" # Inner holes (from the second polygon)\n",
" hole1 = [(0.5, 0), (3.5, 0), (3.5, 1), (1.5, 1), (0.5, 2), (0.5, 0)]\n",
" hole2 = [(-0.5, 0), (-3.5, 0), (-3.5, 1), (-1.5, 1), (-0.5, 2), (-0.5, 0)]\n",
" hole1 = [(0.5, 0), (4.0, 0), (4.0, 1), (1.5, 1), (0.5, 2), (0.5, 0)]\n",
" hole2 = [(-0.5, 0), (-4.0, 0), (-4.0, 1), (-1.5, 1), (-0.5, 2), (-0.5, 0)]\n",
"\n",
" # Create polygon with holes\n",
" geometry = Polygon(shell=outer, holes=[hole1, hole2])\n",
Expand Down

0 comments on commit e66386c

Please sign in to comment.