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
This was my mistake, above I'm accidentally indexing battery_cont not pv_gen. When I correctly index pv_gen the behaviour is as expected, and there is no issue.
Description
I'm finding that
pv_gen
varies across tasks which is unexpected as I presumed it be task-independent.What I Did
For reference my ObsWrapper is taking the dictionary values form
obs
and flattening into an array:The text was updated successfully, but these errors were encountered: