-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[OV JS] Expose Model.setFriendlyName and Model.getFriendlyName methods to Node.js api #23743
[OV JS] Expose Model.setFriendlyName and Model.getFriendlyName methods to Node.js api #23743
Conversation
@vishniakov-nikolai @almilosz , I have grouped getFriendlyName and setFriendlyName tests into a single describe block , please let me know your feedback on my PR , Thanks. Best Regards |
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.
Looks good, minor comments. Please, check clang formatter in your IDE.
Hi @vishniakov-nikolai Thanks for your feedback , I have made the suggested fixes , I will look into my clang formatter config in vs code. |
@vishniakov-nikolai there were merge conflicts , while resolving it through UI I missed few syntax in the tests file , which was fixed in the last commit, I added few more formatting fixes in the tests file, ran |
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.
Great! LGTM after green CI.
build_jenkins |
…s to Node.js api (openvinotoolkit#23743) This fixes openvinotoolkit#23566 Implemented Model.setFriendlyName and Model.getFriendlyName in Node.js api - Added Parameter Validation - Added Tests in model.test.js --------- Co-authored-by: Vishniakov Nikolai <[email protected]>
This fixes #23566
Implemented Model.setFriendlyName and Model.getFriendlyName in Node.js api