ropensci / nlrx

nlrx NetLogo R
https://docs.ropensci.org/nlrx
GNU General Public License v3.0
77 stars 12 forks source link

Error in the end of Latin Hypercube Sampling #90

Open nik1393 opened 1 year ago

nik1393 commented 1 year ago

I run LHS analysis on HPC, and once all runs are completed I get this error in the end. Because of that, the .rds file with results cannot be created. Does anyone know why this error could appear and how to solve it? Thank you in advance!

Error in vec_rbind(!!!dots, .names_to = .id) : Can't combine Parameter and Parameter . Calls: run_nl_all ... resolve.list -> signalConditionsASAP -> signalConditions Execution halted

bitbacchus commented 1 year ago

I think this could be because some of your output rows are different from the others. This happens when your simulation runs into issues and returns errors for some values. I am trying to solve this so nlrx returns NA in such cases. Can you try to install my branch: remotes::install_github("ropensci/nlrx@fix_output_error") and check whether this solves the issue?