We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d77f8 commit 0a35cabCopy full SHA for 0a35cab
simpleTest/exampleWavelet.py
@@ -84,7 +84,7 @@ def TestFunction(x): # this function is of the form f_0 + f_1 + f_2 + f_3 + f_4
84
gsis = ANOVAapprox.get_GSI(
85
anova_model, 0.0
86
) # calculates indices for importance of terms (gsis is vector, with indices belonging to terms in anova_model.U)
87
-# gsis_as_dict = ANOVAapprox.get_GSI(anova_model,0.0,dict=true)
+gsis_as_dict = ANOVAapprox.get_GSI(anova_model,0.0,dict=true)
88
89
y_min_calc = 10 ** (np.min(np.log10(gsis)) - 0.5)
90
label = list(anova_model.U[1:])
0 commit comments