Skip to content

Commit

Permalink
follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Jul 11, 2024
1 parent eaf0c36 commit c71620c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_preparation_and_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,9 @@ def test_pv_era5_and_era5t(tmp_path_factory):
pv_test(
cutout, time=str(last_day_second_prev_month), skip_optimal_sum_test=True
)
return pv_test(cutout, time=str(first_day_prev_month))
return pv_test(
cutout, time=str(first_day_prev_month), skip_optimal_sum_test=True
)

@staticmethod
def test_wind_era5(cutout_era5):
Expand Down

0 comments on commit c71620c

Please sign in to comment.