Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostvv committed Jan 27, 2021
1 parent a614ba1 commit b60b2ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rasa/core/policies/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,8 @@ def _pick_best_policy(
best_prediction.policy_priority,
policy_events,
is_end_to_end_prediction=best_prediction.is_end_to_end_prediction,
is_no_user_prediction=best_prediction.is_no_user_prediction,
diagnostic_data=best_prediction.diagnostic_data,
)

def _best_policy_prediction(
Expand Down

0 comments on commit b60b2ea

Please sign in to comment.