Skip to content

Commit

Permalink
small fix for EnsembleNormalizer plots
Browse files Browse the repository at this point in the history
  • Loading branch information
fzeiser committed Jan 17, 2020
1 parent 5fd6b62 commit 59228b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ompy/ensembleNormalizer.py
Expand Up @@ -363,6 +363,7 @@ def vec_to_values(x, out): # noqa
stats_nld.plot(x="x", y="median", ax=ax[0], legend=False)

df = samples["gsf"]
E = df.iloc[0].E
stats_gsf = EnsembleNormalizer.stats_from_df(df, fmap=vec_to_values,
shape_out=(len(df), len(E)),
percentiles=percentiles) # noqa
Expand Down

0 comments on commit 59228b2

Please sign in to comment.