Skip to content

Commit 0a35cab

Browse files
committed
fix exampleWavelet
1 parent 88d77f8 commit 0a35cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleTest/exampleWavelet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def TestFunction(x): # this function is of the form f_0 + f_1 + f_2 + f_3 + f_4
8484
gsis = ANOVAapprox.get_GSI(
8585
anova_model, 0.0
8686
) # 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)
87+
gsis_as_dict = ANOVAapprox.get_GSI(anova_model,0.0,dict=true)
8888

8989
y_min_calc = 10 ** (np.min(np.log10(gsis)) - 0.5)
9090
label = list(anova_model.U[1:])

0 commit comments

Comments
 (0)