This commit is contained in:
Anastasiia Kutakh
2021-08-03 23:59:23 -04:00
parent 21036f625a
commit bf4db86ad4
+1 -1
View File
@@ -478,7 +478,7 @@ class CDIModel(t.nn.Module):
self.figs = []
idx = 0
for plots, c in in enumerate(self.plot_list):
for plots, c in enumerate(self.plot_list):
# If a conditional is included in the plot
try:
if len(plots) >=3 and not plots[2](self):