-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix for missing intent warnings when running rasa test #8388
Conversation
@b-quachtran thanks for pushing fix -- should we ask someone from Enable to review this PR? |
Hey @m-vdb, yes definitely. I still need to wrap up a few things in this PR related to test cases, but will tag Enable as soon as it's ready. |
…/RasaHQ/rasa into rasa_test_missing_intent_warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one 👍
Is there an easy to test this is fixed with a unit test?
@joejuzl Yep, I'll add a unit test as well 👍 |
Co-authored-by: Joe Juzl <[email protected]>
I've just updated to the recent release of 2.7.0 and the first thing I did was check to see if this issue was fixed. I ran
And it can't find my domain.yml files. /home/jwheat/anaconda2/envs/rasa263/lib/python3.7/site-packages/rasa/shared/utils/io.py:97: UserWarning: Loading domain from 'domain.yml' failed. Using empty domain. Error: 'Failed to load domain specification from '/mnt/d/Code/NearlyHuman/RASA2/rasa-demo-server/domain.yml'. File not found!' I admit I have a more robust directory structure, but when I train I add
More importantly, all my test stories fail, I'm guessing because it can't find my domain.yml files. FWIW my structure looks like this where I have individual "skills" broken out into their own directory structure. data/
/skill1/
domain.yml
rules.yml
nlu.yml
stories.yml
/skill2/
domain.yml
rules.yml
nlu.yml
stories.yml
etc. I have no files in the root of my Is there any way to get Also curious what it does with the training data itself. Shouldn't |
Proposed changes:
Status (please check what you already did):
black
(please check Readme for instructions)