Skip to content
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

[WIP] Wrapper for simplified z-t conversions #175

Open
wants to merge 11 commits into
base: development
Choose a base branch
from

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 Error

This test may raise an Exception as the
target
may be of non-container class
method
.
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 Error

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 Error

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