Skip to content

Commit 3625a5a

Browse files
committed
flake8 may forgive me
1 parent 0b6336e commit 3625a5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/solar-tracking/plot_single_axis_tracking_on_sloped_terrain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
# calculate the cross-axis tilt:
147147
cross_axis_slope = tracking.calc_cross_axis_slope(slope_azimuth, slope_tilt,
148-
axis_azimuth, axis_slope)
148+
axis_azimuth, axis_slope)
149149

150150
print('Axis tilt:', '{:0.01f}°'.format(axis_slope))
151151
print('Cross-axis tilt:', '{:0.01f}°'.format(cross_axis_slope))

0 commit comments

Comments
 (0)