Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing the use of TrainingDataImporter in rasa test #7674

Merged
merged 1 commit into from
Jan 8, 2021

Commits on Jan 7, 2021

  1. Changes

    - Reverting all tests that were async from tests/test_train.py back to how it was & all calls of train_nlu without await statement.
    - Move vars(args) as the last argument and changed the type so it is the same as the type of the function parameter where it is used.
    - Replaced default values of run_nlu_test_async to None.
    - Changing train_nlu_async to public & removed coroutine check (main)
    - Passing directly the specific arguments to run_nlu_test_async
    - Implementing the use of TrainingDataImporter in rasa test (run_evaluation)
    Imod7 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    046fd94 View commit details
    Browse the repository at this point in the history