Skip to content

clustering fix

Choose a tag to compare

@ArcticSnow ArcticSnow released this 20 Oct 16:06
· 21 commits to main since this release

An error in remapping the pixels after clustering to their actual location was providing critical unwanted behavior. The latest commits fix this issue by specifying in the np.reshape() the type of order to reshape the vector using the Fortran type.

Line 452-457 in topoclass.py

With previous version, when using the clustering option, pixels would not be remapped properly. FIXED :)