-
Notifications
You must be signed in to change notification settings - Fork 24
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
base: development
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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
target
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
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
Not to be merged before the releasing 0.2.