Merlion forecasters have a property requires_even_sampling, which determines whether they should resample input timestamps. The changes in 1.2.0 made it so the timestamps would always be resampled, even if requires_even_sampling=False. This PR ensures this option is actually respected.
Merlion forecasters have a property
requires_even_sampling
, which determines whether they should resample input timestamps. The changes in 1.2.0 made it so the timestamps would always be resampled, even ifrequires_even_sampling=False
. This PR ensures this option is actually respected.