Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4ce754a

Browse files
committed
removed unused code in results.py
1 parentaab00cc commit4ce754a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎easyvvuq/analysis/results.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,6 @@ def plot_moments(
541541
fig=ax.get_figure()
542542
ifxvaluesisNone:
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)

[8]ページ先頭

©2009-2025 Movatter.jp