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

moved import out of type check #8739

Closed
wants to merge 195 commits into from
Closed

moved import out of type check #8739

wants to merge 195 commits into from

Conversation

desmarchris
Copy link
Contributor

Proposed changes:

Status (please check what you already did):

  • added some tests for the functionality
  • updated the documentation
  • updated the changelog (please check changelog for instructions)
  • reformat files using black (please check Readme for instructions)

indam23 and others added 24 commits May 17, 2021 15:27
Fix for missing intent warnings when running rasa test
Merge 2.6.x into main after 2.6.2 release
…s-on-scheduled-nlu-regression-tests

Various improvements for the notification of scheduled model regression tests
Add verify stories and rules actions in domain to rasa data validate
…cy. (#8716)

* Changed the default config to train the RulePolicy before the TEDPolicy.

* fix test files
@desmarchris desmarchris requested a review from wochinge May 24, 2021 15:12
@wochinge
Copy link
Contributor

How about targeting 2.6.x for this?

Copy link
Contributor

@wochinge wochinge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@@ -5,10 +5,11 @@
from rasa.core.interpreter import RasaNLUInterpreter
from rasa.shared.nlu.interpreter import NaturalLanguageInterpreter
from rasa.shared.utils.cli import print_error, print_success
from rasa.core.agent import create_agent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please reference the function by module instead of importing it directly? See here

@desmarchris desmarchris changed the base branch from main to 2.6.x May 25, 2021 13:44
@desmarchris desmarchris deleted the jupyter-fix branch May 25, 2021 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.