Skip to content

Commit 74a6be4

Browse files
committed
remove unnecessary fixture
1 parent efe6b3b commit 74a6be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/test_pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ def test_PVSystem_change_surface_tilt_azimuth_multi(attr, two_array_system):
18531853
setattr(two_array_system, attr, 0)
18541854

18551855

1856-
def test_PVSystem_get_albedo(two_array_system):
1856+
def test_PVSystem_get_albedo():
18571857
system = pvsystem.PVSystem(
18581858
arrays=[pvsystem.Array(pvsystem.FixedMount(0, 180), albedo=0.5)]
18591859
)

0 commit comments

Comments
 (0)