Skip to content

Commit f524ab2

Browse files
committed
Linting (again)
1 parent 061d7ad commit f524ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/pcovc/PCovC_Hyperparameters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
Perceptron(random_state=random_state): "Single-Layer Perceptron",
116116
}
117117

118-
for id in range(0, n_models):
118+
for id in range(0, len(models)):
119119
model = list(models)[id]
120120

121121
pcovc = PCovC(
@@ -155,3 +155,4 @@
155155
)
156156

157157
fig.subplots_adjust(wspace=0.04)
158+
plt.show()

0 commit comments

Comments
 (0)