Skip to content

Commit 589aa70

Browse files
author
paulf81
committed
code review
1 parent 6f2940b commit 589aa70

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- family-names: NLR
66
given-names:
77
title: "HERC ANALYSIS"
8-
version: 2.1
8+
version: 0.0.0
99
url: https://github.com/NatLabRockies/herc_analysis
1010

1111
date-released: 2026-04-07

examples/01_two_scenario_analysis/example_analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def main():
5252
plotter.plot_interactive(
5353
plot_dt=10,
5454
signal_subplots=[
55-
plotter.component_power_subplot("battery"),
5655
plotter.component_power_subplot("wind_farm"),
5756
],
5857
save_file="outputs/two_scenario_comparison.html",

herc_analysis/total_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def _display_monthly_summary(self, monthly_metrics: dict):
542542

543543
units_row = f"{'':<{month_w}}"
544544
for _, _, _, _, unit in row_defs:
545-
units_row += f"({unit}):>{col_w}"[:col_w].rjust(col_w)
545+
units_row += f"({unit})".rjust(col_w)
546546
print(units_row)
547547
print("-" * len(header))
548548

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"numpy>=1.24",
1414
"plotly>=5.0.0",
1515
"pyarrow>=20.0.0",
16-
"pytest",
16+
"matplotlib",
1717
"h5py",
1818
]
1919

0 commit comments

Comments
 (0)