You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mud_examples/lin.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ def main_dim(args):
55
55
# fsize = args.fsize
56
56
# linewidth = args.linewidth
57
57
# seed = args.seed
58
-
# inputdim = args.input_dim
58
+
# dim_input = args.input_dim
59
59
# save = args.save
60
60
# alt = args.alt
61
61
# bayes = args.bayes
@@ -82,7 +82,7 @@ def numnonzero(x, tol=1E-4):
82
82
# We sequentially incorporate $D=1, \dots , P$ dimensions into our QoI map and study the 2-norm between the true value that was used to generate the data and the analytical MUD/MAP points.
0 commit comments