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
The monthyear created by to_datetime('<a date>').to_period('M'), which is used as the keys for Surface/data_input_dict cannot be printed, I guess because __repr__ and __str__ in to_datetime are assuming Y/m/d.
It's still hashable so isn't breaking anything, but makes debugging hard.
The text was updated successfully, but these errors were encountered:
The
monthyear
created byto_datetime('<a date>').to_period('M')
, which is used as the keys forSurface/data_input_dict
cannot be printed, I guess because__repr__
and__str__
into_datetime
are assuming Y/m/d.It's still hashable so isn't breaking anything, but makes debugging hard.
The text was updated successfully, but these errors were encountered: