Skip to content

Removed extraneous argument in __lrshift__ special method #839

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

Merged
merged 1 commit into from
May 17, 2022

Conversation

oleksandr-pavlyk
Copy link
Contributor

This PR fixes extraneous argument in __lrshift__ special method which was revealed by changes in Cython 0.29.29 and caught by existing tests.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an 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?
  • If this PR is a work in progress, are you filing the PR as a draft?

@github-actions
Copy link

@oleksandr-pavlyk oleksandr-pavlyk force-pushed the fix-build-break-with-cython-0.29.29 branch from faf1175 to 71ea559 Compare May 17, 2022 17:59
@oleksandr-pavlyk oleksandr-pavlyk force-pushed the fix-build-break-with-cython-0.29.29 branch from 71ea559 to c385405 Compare May 17, 2022 18:14
@coveralls
Copy link
Collaborator

Coverage Status

Coverage decreased (-0.07%) to 82.825% when pulling c385405 on fix-build-break-with-cython-0.29.29 into b5d361f on master.

@oleksandr-pavlyk oleksandr-pavlyk changed the title Removed extranous argument in __lrshift__ special method Removed extraneous argument in __lrshift__ special method May 17, 2022
@oleksandr-pavlyk oleksandr-pavlyk merged commit f94ef5e into master May 17, 2022
@oleksandr-pavlyk oleksandr-pavlyk deleted the fix-build-break-with-cython-0.29.29 branch May 17, 2022 18:52
@github-actions
Copy link

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

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