We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5df5fc commit 1283488Copy full SHA for 1283488
ads/opctl/operator/lowcode/forecast/model/theta.py
@@ -329,10 +329,10 @@ def _generate_report(self):
329
330
# ---- Combine into final section like ARIMA example ----
331
theta_title = rc.Heading("Theta Model Parameters", level=2)
332
-
+ theta_section = []
333
if len(theta_blocks) > 1:
334
theta_section = rc.Select(blocks=theta_blocks)
335
- else:
+ elif len(theta_blocks) == 1:
336
theta_section = theta_blocks[0]
337
338
all_sections.extend([theta_title, theta_section])
0 commit comments