Skip to content

Conversation

@MaxThevenet
Copy link
Contributor

Not to be merged before the releasing 0.2.

return reorder_array_rt(array, md)
array, axes = reorder_array_rt(array, md)

if "z" in axes.keys:

Check failure

Code scanning / CodeQL

Membership test with a non-container

This test may raise an Exception as the [target](1) may be of non-container class [method](2).
return reorder_array_rt(array, md)
array, axes = reorder_array_rt(array, md)

if "z" in axes.keys:

Check failure

Code scanning / CodeQL

Potentially uninitialized local variable

Local variable 'axes' may be used before it is initialized.
if "z" in axes.keys:
# Data uses z representation, need to convert to
# t representation used inside lasy
array, axes = convert_z_to_t(array, axes, dim, dummy=True)

Check failure

Code scanning / CodeQL

Potentially uninitialized local variable

Local variable 'array' may be used before it is initialized.
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