You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tc131_M1SS fails because OPTIMIZEKEL is not defined in MCT for commits cc452d and 472a0a2.
Behavior is not defined for this missing configuration item.
Expectation is that if OPTIMIZEKEL is missing in MCT, openNCA CE should assume OPTIMIZEKEL==0, i.e. do not attempt optimization/guided selection.
>results_list<- run_computation(data=d, map=mct, flag=flags, parameterset=parameterset)
openNCAcomputationengineversion2.0.0ComputationRunDate/Time:2020-10-0510:39:34Errorin `[.data.frame`(map_data, , "OPTIMIZEKEL") :undefinedcolumnsselectedInaddition:Warningmessages:1:In run_computation(data=d, map=mct, flag=flags, parameterset=parameterset) :'TAUs and TOLDs values are not provided via 'flag'! Using values provided via 'data' instead (if present)!2: In run_computation(data = d, map = mct, flag = flags, parameterset = parameterset) :'RETURNCOLS' values provided via 'map' are not used for this computation3: In run_M1_SS_computation(data = merged_data, map = map_data, method = method, : Flag 'FLGACCEPTKELCRIT' is not present in the dataset4: In run_M1_SS_computation(data = merged_data, map = map_data, method = method, : Flag 'FLGACCEPTTAU' cannot be computed if 'LASTTIMEACCEPTCRIT' is not provided5: In run_M1_SS_computation(data = merged_data, map = map_data, method = method, : Flag 'FLGEMESIS' is not present in the dataset6: In run_M1_SS_computation(data = merged_data, map = map_data, method = method, : Flag 'FLGACCEPTPREDOSECRIT' is not present in the dataset7: In run_M1_SS_computation(data = merged_data, map = map_data, method = method, : Flag 'FLGACCEPTTAU' is not present in the dataset8: In run_M1_SS_computation(data = merged_data, map = map_data, method = method, : Flag 'SPANRATIOCRIT' is not present in the dataset
tc131_M1SS runs to completion if OPTIMIZEKEL==0 is added to MCT.
The text was updated successfully, but these errors were encountered:
tc131_M1SS fails because OPTIMIZEKEL is not defined in MCT for commits cc452d and 472a0a2.
Behavior is not defined for this missing configuration item.
Expectation is that if OPTIMIZEKEL is missing in MCT, openNCA CE should assume OPTIMIZEKEL==0, i.e. do not attempt optimization/guided selection.
tc131_M1SS runs to completion if OPTIMIZEKEL==0 is added to MCT.
The text was updated successfully, but these errors were encountered: