You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ads/opctl/operator/lowcode/forecast/model/base_model.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -570,7 +570,7 @@ def _save_report(
570
570
# explanations csv reports
571
571
ifself.spec.generate_explanations:
572
572
try:
573
-
ifself.formatted_global_explanationisnotNone:
573
+
ifnotself.formatted_global_explanation.empty:
574
574
write_data(
575
575
data=self.formatted_global_explanation,
576
576
filename=os.path.join(
@@ -586,7 +586,7 @@ def _save_report(
586
586
f"Attempted to generate global explanations for the {self.spec.global_explanation_filename} file, but an issue occured in formatting the explanations."
0 commit comments