Skip to content

Conversation

antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented Jun 24, 2024

That PR proposes to add an explicit type check of input array to dpnp.repeat.

Before the change there was the exception raised about missing ndim attribute for scalar input.
The issue come from the comment.

Also the docstring description was updated with more details about supported input arguments. And more tests scenario were added to cover missing use cases.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

@antonwolfy antonwolfy self-assigned this Jun 24, 2024
Copy link
Contributor

github-actions bot commented Jun 24, 2024

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@antonwolfy antonwolfy marked this pull request as ready for review June 27, 2024 17:41
Copy link
Collaborator

@vtavana vtavana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @antonwolfy!

Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com>
@antonwolfy antonwolfy merged commit 437f046 into master Jun 28, 2024
@antonwolfy antonwolfy deleted the type-check-in-repeat branch June 28, 2024 10:37
github-actions bot added a commit that referenced this pull request Jun 28, 2024
…eption if any (#1894)

* Check type of input to raise a proper validation exception if any

* Update dpnp/dpnp_iface_manipulation.py

Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com>

---------

Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com> 437f046
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.

2 participants