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

Correct Type-Checking #61

Open
AFg6K7h4fhy2 opened this issue Feb 6, 2025 · 0 comments
Open

Correct Type-Checking #61

AFg6K7h4fhy2 opened this issue Feb 6, 2025 · 0 comments
Assignees

Comments

@AFg6K7h4fhy2
Copy link
Collaborator

AFg6K7h4fhy2 commented Feb 6, 2025

This issue covers ensuring that numpy and other libraries have their types checked correctly, where applicable. This issue comes from the following statements made by DHM:

Regarding:

  • if not interval_dates.dtype == np.dtype("datetime64[ns]"): versus
  • if interval_dates.dtype != np.dtype("datetime64[ns]"):

See here for the original remarks.

@AFg6K7h4fhy2 AFg6K7h4fhy2 self-assigned this Feb 6, 2025
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

No branches or pull requests

1 participant