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

Incorrect or incomplete docstrings for function asnumpy(), astype(), convert_single_elem_array_to_scalar(). #1350

Open
npolina4 opened this issue Mar 27, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@npolina4
Copy link
Collaborator

def asnumpy(input, order='C'):
    """
    Returns the NumPy array with input data.

    Notes
    -----
    This function works exactly the same as :obj:`numpy.asarray`.

    """
def astype(x1, dtype, order='K', casting='unsafe', subok=True, copy=True):
    """Copy the array with data type casting."""
def convert_single_elem_array_to_scalar(obj, keepdims=False):
    """
    Convert array with single element to scalar
    """
@antonwolfy antonwolfy self-assigned this Apr 21, 2023
@antonwolfy antonwolfy added the documentation Improvements or additions to documentation label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants