Skip to content

Commit 4ce754a

Browse files
committed
removed unused code in results.py
1 parent aab00cc commit 4ce754a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

easyvvuq/analysis/results.py

-4
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,6 @@ def plot_moments(
541541
fig = ax.get_figure()
542542
if xvalues is None:
543543
xvalues = np.arange(len(self.describe(qoi, 'mean')))
544-
# ax.fill_between(
545-
# xvalues, self.describe(
546-
# qoi, 'min'), self.describe(
547-
# qoi, 'max'), label='min-max', alpha=alpha)
548544
ax.fill_between(xvalues, self.describe(qoi, 'mean') -
549545
self.describe(qoi, 'std'), self.describe(qoi, 'mean') +
550546
self.describe(qoi, 'std'), label='std', alpha=alpha)

0 commit comments

Comments
 (0)