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

Fix: datetime64 arithmetics with a constant #1017

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JovanVeljanoski
Copy link
Member

This PR enables the subtraction a datetime64 expression from a constant np.datetime64 values.

Note: the reverse works, i.e. subtracting a constant np.datetime64 value from a datetime expression works well. The test is included for completeness.

  • Implement unit test
  • Make tests pass

@maartenbreddels
Copy link
Member

I dont think we can fix this, since NumPy gets a first try to perform this operation (the subtract), and fails, we don't get a chance. Possibly we could solve this with NEP13/18, should we look into this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants