GeoStat-Framework / PyKrige

Kriging Toolkit for Python
https://pykrige.readthedocs.io
BSD 3-Clause "New" or "Revised" License
740 stars 186 forks source link

uk3d.execute prints statement of 'Executing Ordinary Kriging' #272

Closed gmerritt123 closed 8 months ago

gmerritt123 commented 1 year ago

Super minor but easy fix --> it made a colleague of mine nervous so I went an looked at the source code.

line 975 here -->https://github.com/GeoStat-Framework/PyKrige/blob/main/src/pykrige/uk3d.py

        if self.verbose:
            print("Executing Ordinary Kriging...\n")

Should be print('Executing Universal Kriging...\n')

MuellerSeb commented 8 months ago

Fixed by https://github.com/GeoStat-Framework/PyKrige/commit/eb86fb2ed5d373e25daf63ddc7657424bd7802b1