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

Aggregation factor of zero leads to an error in a matrix calculation (ncol too large or NA) #10

Closed
bryce-carson opened this issue Jun 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@bryce-carson
Copy link
Collaborator

Warning in matrix(data = 0, nrow = nrow(x = input_matrix), ncol = radius) :
  NAs introduced by coercion to integer range
Warning: Error in matrix: invalid 'ncol' value (too large or NA)
  1: runApp
@bryce-carson bryce-carson added the bug Something isn't working label Jun 10, 2024
@bryce-carson bryce-carson self-assigned this Jun 10, 2024
@ashokkrish
Copy link
Owner

Warning in matrix(data = 0, nrow = nrow(x = input_matrix), ncol = radius) :
  NAs introduced by coercion to integer range
Warning: Error in matrix: invalid 'ncol' value (too large or NA)
  1: runApp

An aggregation factor of 0 should not even be an option. See if you can adjust the rasterAgg slider.

@bryce-carson
Copy link
Collaborator Author

Warning in matrix(data = 0, nrow = nrow(x = input_matrix), ncol = radius) :
  NAs introduced by coercion to integer range
Warning: Error in matrix: invalid 'ncol' value (too large or NA)
  1: runApp

An aggregation factor of 0 should not even be an option. See if you can adjust the rasterAgg slider.

Indeed. Thanks. Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants