Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--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
- Loading branch information