Skip to content

Commit b587a24

Browse files
committed
fix the improvment
Signed-off-by: DONNOT Benjamin <[email protected]>
1 parent 126063a commit b587a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grid2op/Observation/baseObservation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,6 @@ def process_shunt_static_data(cls) -> None:
12231223
except ValueError:
12241224
pass
12251225
cls.attr_list_set = set(cls.attr_list_vect)
1226-
else:
12271226
cls.attr_vect_cpy += ["_shunt_bus", "_shunt_v", "_shunt_q", "_shunt_p"]
12281227
return super().process_shunt_static_data()
12291228

0 commit comments

Comments
 (0)