-
Notifications
You must be signed in to change notification settings - Fork 443
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
[DEV] Fix deprecated np.bool issue from numpy==1.24.0 #1455
Conversation
goodsong81
commented
Dec 20, 2022
•
edited
Loading
edited
- Restrict numpy<=1.23.5 which allows np.bool (OpenVINO runtime is using it)
- Enhance CLI test run for better error message
- Now we can see stack trace from CLI test failure.
- Now we can see stack trace from CLI test failure.
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
d7cc526
to
7de1514
Compare
Signed-off-by: Songki Choi <[email protected]>
Signed-off-by: Songki Choi <[email protected]>
c1d2e7a
to
cabdec3
Compare
Signed-off-by: Songki Choi <[email protected]>
https://ci-ote.iotg.sclab.intel.com/job/ote/job/pr-ote-test/859/ |
Signed-off-by: Songki Choi <[email protected]>
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. we need to answer #1456
Will do. I'm testing. Might need minor change. |
Signed-off-by: Songki Choi <[email protected]>
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