We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b6bb9 commit 2121b1eCopy full SHA for 2121b1e
autoarray/plot/wrap/two_d/delaunay_drawer.py
@@ -67,6 +67,9 @@ def draw_delaunay_pixels(
67
"pixel_values input to DelaunayPlotter are None and thus cannot be plotted."
68
)
69
70
+ if pixel_values is not None:
71
+ pixel_values = np.asarray(pixel_values)
72
+
73
if ax is None:
74
ax = plt.gca()
75
0 commit comments