Skip to content

Commit 51acd9c

Browse files
Fix ensemble colors in relperm (equinor#1317)
1 parent 77366eb commit 51acd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webviz_subsurface/plugins/_relative_permeability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ def p90(x):
971971

972972
traces = []
973973
for ens_no, (ens, ens_df) in enumerate(
974-
df[["ENSEMBLE", "REAL", "SATNUM", sataxis] + curves].groupby(["ENSEMBLE"])
974+
df[["ENSEMBLE", "REAL", "SATNUM", sataxis] + curves].groupby("ENSEMBLE")
975975
):
976976
for satnum_no, (satnum, satnum_df) in enumerate(
977977
ens_df[["REAL", "SATNUM", sataxis] + curves].groupby("SATNUM")

0 commit comments

Comments
 (0)