Skip to content

Commit

Permalink
Update r.vif.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ecodiv committed Sep 16, 2023
1 parent 671b83d commit 7fb8cb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/raster/r.vif/r.vif.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,7 @@ def main(options, flags):
y = p[:, k]
except Exception as e:
prRed(f"An exception occurred: {str(e)}")
prRed("Tip: check if all input rasters have values"
" within the computation region.")
prRed("Tip: check if all input rasters have values within the computation region")
x = np.delete(p, k, axis=1)
vifstat = compute_vif(x, y)

Expand Down

0 comments on commit 7fb8cb4

Please sign in to comment.