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
Add SolarAnalysisData dataclass and clean run_workflow return structure
Introduce a `SolarAnalysisData` dataclass to structure the output of
the `run_workflow()` function. Predefine all expected output variables
to prevent `UnboundLocalError` in case microgrid data is missing.
Signed-off-by: cyiallou - Costas <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
## New Features
11
11
12
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
12
+
- Introduced a `SolarAnalysisData` dataclass to structure the output of the `solar_maintenance_app.run_workflow()` function. This introduces a breaking change in the `Solar Maintenance.ipynb` notebook.
0 commit comments