ncsu-landscape-dynamics / rpops

PoPS (Pest or Pathogen Spread) R Package
https://ncsu-landscape-dynamics.github.io/rpops/
GNU General Public License v3.0
10 stars 5 forks source link

error at start of runs, maybe related to cofig? #102

Closed nkruskamp closed 3 years ago

nkruskamp commented 3 years ago
Error in x$.self$finalize() : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
Error in (function (x)  : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
Error in x$.self$finalize() : attempt to apply non-function
Error in (function (x)  : attempt to apply non-function

I get a handful of these errors when using the validate and calibrate functions. I haven't had time to really explore any common factors that cause this (e.g. source data). But maybe someone more familiar with the base code will recognize what's happening. I'm using the most recent main branch.

ChrisJones687 commented 3 years ago

Yes, this is coming from the data handling internally. See rspatial/terra#30.

nkruskamp commented 3 years ago

Ah, good to know. I was coming back to note that it didn't stop the process. I'll close it for now.