Skip to content

Commit

Permalink
Align data
Browse files Browse the repository at this point in the history
  • Loading branch information
echedey-ls committed Feb 9, 2024
1 parent 58d853f commit 2ba4cf7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pvlib/tests/test_shading.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,19 @@ def projected_solar_zenith_angle_edge_cases():
premises_and_result_matrix = pd.DataFrame(
data=[
# s_zen | s_azm | ax_tilt | ax_azm | psza
[ 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0],
[ 0, 180, 0, 0, 0],
[ 0, 0, 0, 180, 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],
[ 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 2ba4cf7

Please sign in to comment.