ert
ert copied to clipboard
Have GUI keep state internally instead of piggybacking on snapshots
The requested improvement Currently, the gui uses the snapshot methods to get ensemble state instead of keeping the records internally. Ideally, it should only use the snapshots to update its internal state - not get the entire state from snapshots.