diff --git a/reV/generation/base.py b/reV/generation/base.py index ac7c02bc6..691a4387a 100644 --- a/reV/generation/base.py +++ b/reV/generation/base.py @@ -440,10 +440,10 @@ def handle_leap_ti(ti, drop_leap=False): Parameters ---------- ti : pandas.DatetimeIndex - Time-series datetime index with or without a leap days. + Time-series datetime index with or without leap days. drop_leap : bool - Option to drop leap day (if True) or drop the last day of the year - (if False). + Option to drop leap days (if True) or drop the last day of each + leap year (if False). Returns ------- diff --git a/tests/test_gen_pv.py b/tests/test_gen_pv.py index 21f8cdefb..67a710f27 100644 --- a/tests/test_gen_pv.py +++ b/tests/test_gen_pv.py @@ -352,7 +352,7 @@ def test_pvwatts_v8_lifetime(): def test_pvwatts_v8_lifetime_invalid_request(): - """Test reV pvwatts v8 generation/LCOE with system lifetime outputs.""" + """Test pvwatts v8 generation error with invalid lifetime outputs.""" year = 2012 rev2_points = slice(0, 3)