Skip to content

Commit 057e3aa

Browse files
committed
Fix linting errors
1 parent 18c6549 commit 057e3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

twoaxistracking/tests/test_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from twoaxistracking import layout, twoaxistrackerfield
1+
from twoaxistracking import layout
22
from shapely import geometry
33
import numpy as np
44
import pytest

twoaxistracking/tests/test_twoaxistrackerfield.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def test_calculation_of_shaded_fraction_list(rectangular_geometry, solar_positio
139139

140140

141141
def test_calculation_of_shaded_fraction_series(rectangular_geometry, solar_position,
142-
expected_shaded_fraction):
142+
expected_shaded_fraction):
143143
# Test if shaded fraction is calculated correct when solar elevation and
144144
# azimuth are pandas Series
145145
collector_geometry, total_collector_area, min_tracker_spacing = rectangular_geometry

0 commit comments

Comments
 (0)