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
--index_on_timedelta FLAG added to convert_init_to_valid_time.py.
```
INDEX_ON_TIMEDELTA = flags.DEFINE_boolean(
'index_on_timedelta',
True,
help=(
'Whether to index the output on the timedelta (and drop initial time).'
' If False, index on the initial time axis (and drop the timedelta).'
),
)
```
PiperOrigin-RevId: 686675196
0 commit comments