nlrx
nlrx copied to clipboard
Error in the end of Latin Hypercube Sampling
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 Parameter
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?