Skip to content

Conversation

xadupre
Copy link
Contributor

@xadupre xadupre commented Nov 15, 2022

Only 3 were disabled (related to cast from/into bfloat16.

@xadupre xadupre requested a review from a team as a code owner November 15, 2022 13:45
# numpy 1.18 supports axes as a tuple
if len(axis) == 1:
return np.expand_dims(a, axis=tuple(axis)[0])
for x in reversed(axis):

Check failure

Code scanning / CodeQL

Suspicious unused loop iteration variable

For loop variable 'x' is not used in the loop body.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant