Skip to content

fix: condition checks for arg.ndim ordering#161

Open
mdqst wants to merge 1 commit intoethereum:masterfrom
mdqst:patch-1
Open

fix: condition checks for arg.ndim ordering#161
mdqst wants to merge 1 commit intoethereum:masterfrom
mdqst:patch-1

Conversation

@mdqst
Copy link

@mdqst mdqst commented Sep 13, 2025

several condition checks were written as arg.ndim == 0 and isinstance(...).
this has been updated to isinstance(...) and arg.ndim == 0.

the logic remains exactly the same, only the order of evaluation was adjusted for clarity and consistency.

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