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
@adybbroe and I had a conversation similar to this when he added his recent weighted blending. Right now the timeseries functionality uses combine_metadata which for some reason that I don't recall does not handle start/end time in any special way and only averages them.
Describe the bug
After producing a scene with
MultiScene.blend(blend_function=timeseries)
, the attributesstart_time
and/orend_time
on the resulting Scene are wrong.To Reproduce
Expected behavior
I expect as the final output from the print functions:
Actual results
The result of the print functions is:
Environment Info:
Additional context
The attributes are also wrong on the individual datasets that have been blended.
The text was updated successfully, but these errors were encountered: