Skip to content

Commit

Permalink
removed unused code in results.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitfold committed Apr 29, 2021
1 parent aab00cc commit 4ce754a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions easyvvuq/analysis/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,6 @@ def plot_moments(
fig = ax.get_figure()
if xvalues is None:
xvalues = np.arange(len(self.describe(qoi, 'mean')))
# ax.fill_between(
# xvalues, self.describe(
# qoi, 'min'), self.describe(
# qoi, 'max'), label='min-max', alpha=alpha)
ax.fill_between(xvalues, self.describe(qoi, 'mean') -
self.describe(qoi, 'std'), self.describe(qoi, 'mean') +
self.describe(qoi, 'std'), label='std', alpha=alpha)
Expand Down

0 comments on commit 4ce754a

Please sign in to comment.