Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gmerritt123 opened this issue May 2, 2023 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@gmerritt123
Copy link

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
Copy link
Member

Fixed by eb86fb2

@MuellerSeb MuellerSeb added this to the v1.7.1 milestone Oct 11, 2023
@MuellerSeb MuellerSeb self-assigned this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants