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 rbind; ans1, ans2, ans3 have different column lengths in sdreport() #283

Open
kellijohnson-NOAA opened this issue Aug 14, 2018 · 0 comments
Labels

Comments

@kellijohnson-NOAA
Copy link

ans <- rbind(ans1, ans2, ans3)

Error in rbind(ans1, ans2, ans3) : 
  number of columns of matrices must match (see arg 2)

I get the previous error when running a TMB model because ans1, ans2, and ans3 are NULL but the first two are matrices and the last one is a single value in a vector. Here, the object is NULL but the s.has functions are still being evaluated. Let me know if you need any additional information to fix this error. I am happy to provide an .RData file or whatever else you need.

@euclaise euclaise changed the title error in rbind Error in rbind; ans1, ans2, ans3 have different column lengths in sdreport() Jul 31, 2020
@euclaise euclaise added the Bug label Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants