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
When creating a timeseries using MultiScene.blend(blend_function=timeseries), the start_time and end_time attributes of the datasets in the resulting Scene object are incorrect.
Related by @zxdawn#1173 and #1246
And I thought there was another one somewhere for adding better support for start/end time to be the min/max instead of the average (which I think is what's happening here).
Describe the bug
When creating a timeseries using
MultiScene.blend(blend_function=timeseries)
, thestart_time
andend_time
attributes of the datasets in the resultingScene
object are incorrect.To Reproduce
Expected behavior
I expect the output for the two
print
expressions to be identical.Actual results
The output of the two print expressions is:
Full output of test run
Environment Info:
Additional context
Also tested with #1269 and #1088, the problem is the same.
The text was updated successfully, but these errors were encountered: