You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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]"):
versusif interval_dates.dtype != np.dtype("datetime64[ns]"):
See here for the original remarks.
The text was updated successfully, but these errors were encountered: