Skip to content

Commit ec5b26b

Browse files
committed
final comments and tests
1 parent 129dd91 commit ec5b26b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dim_reduction/hdr.py

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def dimReduction(img, Parameters=None):
5959
mergedData[i-1, :] = np.mean(InputData[:, band_clusters == i], 1)
6060

6161
mergedData = np.reshape(mergedData.T, (numRows, numCols, maxNumClusters))
62-
6362
return mergedData
6463

6564

0 commit comments

Comments
 (0)