Skip to content

Commit

Permalink
Add missing fix for rasa train
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Jul 25, 2019
1 parent da8b12d commit 5e3800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/core/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async def train_comparison_models(
file_importer,
train_path,
policy_config=policy_config,
exclusion_percentage=current_run,
exclusion_percentage=percentage,
kwargs=kwargs,
dump_stories=dump_stories,
)
Expand Down

0 comments on commit 5e3800b

Please sign in to comment.