Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Feb 21, 2025
1 parent 8ef03a3 commit dabe7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvlib/tests/iotools/test_pvgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ def _compare_pvgis_tmy_csv(expected, month_year_expected, inputs_expected,
assert inputs['longitude'] == inputs_expected['location']['longitude']
assert inputs['elevation'] == inputs_expected['location']['elevation']
assert (inputs['irradiance time offset']
== inputs_expected['location']['irradiance time offset']
)
== inputs_expected['location']['irradiance time offset']
)
for meta_value in meta:
if not meta_value:
continue
Expand Down

0 comments on commit dabe7b5

Please sign in to comment.