Updated CI.

This commit is contained in:
Teal Dulcet
2022-05-05 05:33:26 -07:00
parent 36f2f057d8
commit 37e257c5ee
5 changed files with 34 additions and 12 deletions

View File

@@ -118,7 +118,7 @@ def graph(height: int, width: int, xmin: float, xmax: float, ymin: float, ymax:
if not array:
return 1
if not (0 >= style > len(styles)):
if not (0 <= style < len(styles)):
return 1
if height == 0: