Skip to content

Commit b1c6ab6

Browse files
committed
Update test_fatigue.py
Fixed this procedure to call the module temperature function correctly.
1 parent 906a1b6 commit b1c6ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fatigue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ def test_solder_fatigue():
1919
# requires PSM3 weather file
2020

2121
damage = fatigue.solder_fatigue(weather_df=WEATHER, meta=META,
22-
wind_speed_factor=1.0)
22+
wind_factor=1.0)
2323
assert damage == pytest.approx(15.646, abs=0.005)

0 commit comments

Comments
 (0)