Skip to content

Commit efcc91d

Browse files
committed
Minor change to trigger CI
1 parent 3d2b80e commit efcc91d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

h2integrate/storage/battery/pysam_battery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def simulate(
249249
# slightly exceeds soc_max.
250250
actual_charge = max(0.0, min(headroom, max_charge_input, -cmd))
251251

252-
# Update the charge command for the PySAM batttery
252+
# Update the charge command for the PySAM battery
253253
cmd = -actual_charge
254254

255255
else:
@@ -266,7 +266,7 @@ def simulate(
266266
# Clip and apply discharge efficiency.
267267
actual_discharge = max(0.0, min(headroom, max_discharge_input, cmd))
268268

269-
# Update the discharge command for the PySAM batttery
269+
# Update the discharge command for the PySAM battery
270270
cmd = actual_discharge
271271

272272
# Set the input variable to the desired value

0 commit comments

Comments
 (0)