Skip to content

Commit 3ac3e1d

Browse files
fix: added to requirements pyyaml nad numpy. Also changed comment
1 parent 3c67667 commit 3ac3e1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ pytest>=8.2
22
ruff>=0.6
33
build>=1.2
44
hatchling>=1.25
5-
pyyaml>=6.0
5+
pyyaml>=6.0
6+
numpy

tests/test_orchestrator_pv_soc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def _writers(capture: Capture):
88

99
def test_pv_pipeline_day_night_like_behaviour():
1010
"""
11-
Mini-day: day_period_s=2s, sunrise=0.0, sunset=2.0, so ~1.0s is 'noon'.
11+
Mini-day: day_period_s=2s, sunrise=0.5, sunset=1.5, so ~1.0s is 'noon'.
1212
Expect pv_power to become > 0 when irradiance > 0.
1313
"""
1414
cap = Capture()

0 commit comments

Comments
 (0)