ert icon indicating copy to clipboard operation
ert copied to clipboard

`StateMap` remove the "setting an out of bounds index expands the entire list" feature

Open pinkwah opened this issue 3 years ago • 2 comments

state_map = StateMap()
len(state_map)  #=> 0
state_map[10] = RealizationStateEnum.STATE_HAS_DATA
len(state_map)  #=> 11

pinkwah avatar Jun 09 '22 07:06 pinkwah

Blocked by: https://github.com/equinor/ert/pull/3201

oyvindeide avatar Jun 15 '22 11:06 oyvindeide

#3201 is closed so this can be unblocked I think.

dafeda avatar Aug 29 '22 13:08 dafeda