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

Error in the end of Latin Hypercube Sampling #90

Open
nik1393 opened this issue Aug 29, 2023 · 1 comment
Open

Error in the end of Latin Hypercube Sampling #90

nik1393 opened this issue Aug 29, 2023 · 1 comment

Comments

@nik1393
Copy link

nik1393 commented Aug 29, 2023

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
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants