Hi everyone!
I'm getting the following error when trying to create a model for TI:
model <- infer_trajectory(dataset, first(methods_selected))
Error in map_fun():
ℹ In index: 1.
Caused by error in .method_extract_priors():
! Prior information start_id is missing from dataset 20240308_132648__data_wrapper__r4arzFuYHA but is required by the method.
-> If known, you can add this prior information using add_prior_information(dataset, start_id = ).
-> Otherwise, this method cannot be used.
Run rlang::last_trace() to see where the error occurred.
Has anyone encountered the same issue?
Thanks!
Hi everyone!
I'm getting the following error when trying to create a model for TI:
model <- infer_trajectory(dataset, first(methods_selected))
Error in
map_fun():ℹ In index: 1.
Caused by error in
.method_extract_priors():! Prior information start_id is missing from dataset 20240308_132648__data_wrapper__r4arzFuYHA but is required by the method.
-> If known, you can add this prior information using add_prior_information(dataset, start_id = ).
-> Otherwise, this method cannot be used.
Run
rlang::last_trace()to see where the error occurred.Has anyone encountered the same issue?
Thanks!