nlrx icon indicating copy to clipboard operation
nlrx copied to clipboard

Error in the end of Latin Hypercube Sampling

Open nik1393 opened this issue 2 years ago • 1 comments

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

nik1393 avatar Aug 29 '23 16:08 nik1393

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?

bitbacchus avatar Aug 30 '23 06:08 bitbacchus