Skip to content

Commit 79c8b6f

Browse files
committed
Fix broken tests
1 parent a8a0f85 commit 79c8b6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_sample/test_uk_regional_sample.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ def numpy_sample():
6767
},
6868
GSPSampleKey.gsp: np.random.rand(7),
6969
SatelliteSampleKey.satellite_actual: np.random.rand(7, 1, 2, 2),
70-
GSPSampleKey.solar_azimuth: np.random.rand(7),
71-
GSPSampleKey.solar_elevation: np.random.rand(7)
7270
}
7371

7472

@@ -118,8 +116,6 @@ def test_to_numpy():
118116
},
119117
GSPSampleKey.gsp: np.random.rand(7),
120118
SatelliteSampleKey.satellite_actual: np.random.rand(7, 1, 2, 2),
121-
GSPSampleKey.solar_azimuth: np.random.rand(7),
122-
GSPSampleKey.solar_elevation: np.random.rand(7)
123119
}
124120

125121
sample = UKRegionalSample(data)

0 commit comments

Comments
 (0)