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
Batch all event types
Also, make sure to preserve the order of the events when batching,
such that ensemble level events will get the correct ordering
relative to job and step events.
Co-authored-by: Jonas Grønås Drange <[email protected]>
Use snapshot instead of run_context (equinor#1658)
In the creation of snapshot update events, the run_context might be
deleted at any time. Thus, for iterating over detailed_progress, use
the snapshot instead. Fixing equinor#1658.