-
Notifications
You must be signed in to change notification settings - Fork 635
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
Dyn 5427 confidence threshold autocomplete ml #13562
Dyn 5427 confidence threshold autocomplete ml #13562
Conversation
LGTM. The ML autocomplete request here https://github.com/DynamoDS/Dynamo/blob/master/src/DynamoCoreWpf/ViewModels/Search/NodeAutoCompleteSearchViewModel.cs#L38 should be using these values from settings. Can you make that change as well and also resolve the conflicts. |
Done. |
Looks good to me with one comment. The only test failing is the IfSubmenuOpenOnMouseHover which is flaky. |
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.
LGTM with one comment
Yes that test was failing intermittently on master-5. We can ignore that. |
The last job has this failing test [Dynamo.Tests.Configuration.PreferenceSettingsTests.TestImportCopySettings] |
Thanks @jesusalvino. We can merge this after the job gets finished. Once @QilongTang confirms if this can still get in for 2.17, we can cherry-pick it. |
* Hide Nodes * Update UI with Expander * Node Autocomplete Section Done * Set default number of results as 10 * restoring version * restoring entire file * Connect the confidence level and nuber of result settings * Fix * Labels * Naming changes * Updating the Settings properties for copy test
Purpose
Implementation of the story https://jira.autodesk.com/browse/DYN-5427
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang
FYIs
@RobertGlobant20 @filipeotero