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

2019-12-20 Running M4 methods with OPTIMIZEKEL == 1 results in computation error #135

Open
jhhughes256 opened this issue Dec 20, 2019 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@jhhughes256
Copy link
Collaborator

When running an M4 method with OPTIMIZEKEL == 1 a computation error occurs. This is long-standing behaviour for the computation engine. This raises the following questions.

  • Is OPTIMIZEKEL supported for M4?
  • If not, do users have the ability to active OPTIMIZEKEL in the application when running the M4 method?
  • If so, should users be provided with a more informative error that OPTIMIZEKEL is not supported for M4?

Current error below.

Error in value[[3L]](cond) : 
  Error in doTryCatch(return(expr), name, parentenv, handler): object 't_max' not found
For SDEID 43456658 
7. stop(paste0(e, "For SDEID ", unique(data_data[, map_data$SDEID])[i])) at run_M4_SS_computation.R#1593
6. value[[3L]](cond) 
5. tryCatchOne(expr, names, parentenv, handlers[[1L]]) 
4. tryCatchList(expr, classes, parentenv, handlers) 
3. tryCatch({
    if (comp_required[["DIi"]]) {
        di <- list()
    } ... at run_M4_SS_computation.R#697
2. run_M4_SS_computation(data = merged_data, map = map_data, method = method, 
    model_regex = model_regex, parameter_list = parameter_list, 
    return_list = return_list) at run_computation.R#2432
1. run_computation(data = d, map = mct, flag = flags, parameterset = parameterset) 
@jhhughes256 jhhughes256 added the documentation Improvements or additions to documentation label Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant