We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have two nearly identical methods that get the shape of a data type -- one in data_utils and one in utils for docval.
data_utils
utils
Replace the former with the latter, which covers more cases than the former. Also remove data_utils.__get_shape_helper.
data_utils.__get_shape_helper
The text was updated successfully, but these errors were encountered:
Removed redundend shape check functions. Fix #204
9c9d3db
Removed redundend shape check functions. Fix #204 (#205)
c93d595
* Removed redundend shape check functions. Fix #204
Successfully merging a pull request may close this issue.
We have two nearly identical methods that get the shape of a data type -- one in
data_utils
and one inutils
for docval.Replace the former with the latter, which covers more cases than the former. Also remove
data_utils.__get_shape_helper
.The text was updated successfully, but these errors were encountered: