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
…ersion` (#1968)
# Description
Combines the two functions into one.
# Related Issue(s)
- closes#1910
- closes#1967
---------
Co-authored-by: Robert Pack <[email protected]>
Description
There are currently a few different interfaces for time traveling:
Option 1:
Option 2:
Option 3:
We should consider providing a single interface:
I don't think methods like these should be limited to only taking string arguments:
load_with_datetime(datetime_string: str)
Users should be able to pass in Python date and datetime objects as well.
The text was updated successfully, but these errors were encountered: