Skip to content

Commit

Permalink
Indentation xd
Browse files Browse the repository at this point in the history
  • Loading branch information
echedey-ls committed Feb 9, 2024
1 parent 2c0fa51 commit 5b49706
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pvlib/tests/test_shading.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,20 +142,20 @@ def true_tracking_angle_and_inputs_NREL():
def projected_solar_zenith_angle_edge_cases():
premises_and_result_matrix = pd.DataFrame(
data=[
# s_zen | s_azim | ax_tilt | ax_azim | psza
[0, 0, 0, 0, 0],
[0, 180, 0, 0, 0],
[0, 0, 0, 180, 0],
[0, 180, 0, 180, 0],
[45, 0, 0, 180, 0],
[45, 90, 0, 180, -45],
[45, 270, 0, 180, 45],
[45, 90, 90, 180, -90],
[45, 270, 90, 180, 90],
[45, 90, 90, 0, 90],
[45, 270, 90, 0, -90],
[45, 45, 90, 180, -135],
[45, 315, 90, 180, 135],
# s_zen | s_azm | ax_tilt | ax_azm | psza

Check failure on line 145 in pvlib/tests/test_shading.py

View workflow job for this annotation

GitHub Actions / flake8-linter

E126 continuation line over-indented for hanging indent
[ 0, 0, 0, 0, 0],
[ 0, 180, 0, 0, 0],
[ 0, 0, 0, 180, 0],
[ 0, 180, 0, 180, 0],
[ 45, 0, 0, 180, 0],
[ 45, 90, 0, 180, -45],
[ 45, 270, 0, 180, 45],
[ 45, 90, 90, 180, -90],
[ 45, 270, 90, 180, 90],
[ 45, 90, 90, 0, 90],
[ 45, 270, 90, 0, -90],
[ 45, 45, 90, 180, -135],
[ 45, 315, 90, 180, 135],
],
columns=["solar_zenith", "solar_azimuth", "axis_tilt", "axis_azimuth",
"psza"],
Expand Down

0 comments on commit 5b49706

Please sign in to comment.