Skip to content

Commit df68097

Browse files
committed
Update TabulateClipScaler.vb
1 parent 180bdfd commit df68097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gr/Microsoft.VisualBasic.Imaging/Filters/TabulateClipScaler.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Namespace Filters
165165
Dim i As i32 = 0
166166
Dim bin As Double() = resample.MinMax
167167

168-
For Each grayscale As Integer() In heatmap.ForEachBucket
168+
For Each grayscale As Integer() In TqdmWrapper.Wrap(heatmap.ForEachBucket.ToArray)
169169
Dim tile As BitmapBuffer = pull(++i)
170170
Dim scales As Byte() = grayscale.AsDouble.ClipScale(bin).ToArray
171171
Dim raster As Color(,) = scales _

0 commit comments

Comments
 (0)