-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[microNPU] Fixing imports in the entry point #9624
Conversation
cc : @leandron @dchauhan-arm |
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, just curious on why we don't see these failing on CI right now?
So this only came up when @dchauhan-arm was removing a python module of the microNPU but mistakenly not removing all the imports -- so technically it should result in an import error for that module. However, it resulted as if Vela was missing. Also it will only show up for devs, not users. |
This commit fixes errornous reporting that Vela is missing if other import errors. Change-Id: I8db97be10018726cf5d9483508321a176c212516
429f02f
to
f4cd40d
Compare
This is merged now. Thanks @manupa-arm and @dchauhan-arm! |
Fixes failing CI since CI on apache#9576 passed before apache#9624 was merged. Change-Id: I44f6aa0abe09d206f3e948e36e9799eaa12b3d14
This commit fixes errornous reporting that Vela is missing if other import errors. Change-Id: I8db97be10018726cf5d9483508321a176c212516
Fixes failing CI since CI on apache#9576 passed before apache#9624 was merged. Change-Id: I44f6aa0abe09d206f3e948e36e9799eaa12b3d14
This commit fixes errornous reporting that Vela is missing if other import errors. Change-Id: I8db97be10018726cf5d9483508321a176c212516
Fixes failing CI since CI on apache#9576 passed before apache#9624 was merged. Change-Id: I44f6aa0abe09d206f3e948e36e9799eaa12b3d14
This commit fixes errornous reporting that Vela is missing if other import errors. Change-Id: I8db97be10018726cf5d9483508321a176c212516
Fixes failing CI since CI on apache#9576 passed before apache#9624 was merged. Change-Id: I44f6aa0abe09d206f3e948e36e9799eaa12b3d14
This commit fixes errornous reporting that Vela is missing if other import errors. Change-Id: I8db97be10018726cf5d9483508321a176c212516
Fixes failing CI since CI on apache#9576 passed before apache#9624 was merged. Change-Id: I44f6aa0abe09d206f3e948e36e9799eaa12b3d14
This commit fixes errornous reporting that Vela is missing if other import errors. Change-Id: I8db97be10018726cf5d9483508321a176c212516
Fixes failing CI since CI on apache#9576 passed before apache#9624 was merged. Change-Id: I44f6aa0abe09d206f3e948e36e9799eaa12b3d14
This commit fixes errornous reporting that Vela
is missing if other import errors.