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
test case for RemoveTaskHelper is failed ,
Reason: While adding taskNode task is also added to the cost_model_ but when removing the Task it is not removed from the cost_model
//we are adding the task to cost_model when we addTask but not removing it when
//we call removeTask node BUG
cost_model_->RemoveTask(task_node->id_);
The text was updated successfully, but these errors were encountered:
test case for RemoveTaskHelper is failed ,
Reason: While adding taskNode task is also added to the cost_model_ but when removing the Task it is not removed from the cost_model
//we are adding the task to cost_model when we addTask but not removing it when
//we call removeTask node BUG
cost_model_->RemoveTask(task_node->id_);
The text was updated successfully, but these errors were encountered: