Skip to content

Commit 690e4f4

Browse files
authored
"Watt" -> "watt" (#2759)
1 parent 3b0e483 commit 690e4f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/iotools/test_meteonorm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ def expected_meta():
3434
'description': 'Global horizontal irradiance',
3535
'name': 'global_horizontal_irradiance',
3636
'unit': {
37-
'description': 'Watt per square meter', 'name': 'W/m**2'}},
37+
'description': 'watt per square meter', 'name': 'W/m**2'}},
3838
{'aggregation_method': 'average',
3939
'description': 'Global horizontal irradiance with shading taken into account', # noqa: E501
4040
'name': 'global_horizontal_irradiance_with_shading',
41-
'unit': {'description': 'Watt per square meter',
41+
'unit': {'description': 'watt per square meter',
4242
'name': 'W/m**2'}},
4343
],
4444
'surface_azimuth': 180,
@@ -245,7 +245,7 @@ def expected_meteonorm_tmy_meta():
245245
'aggregation_method': 'average',
246246
'description': 'Diffuse horizontal irradiance',
247247
'name': 'diffuse_horizontal_irradiance',
248-
'unit': {'description': 'Watt per square meter',
248+
'unit': {'description': 'watt per square meter',
249249
'name': 'W/m**2'},
250250
}],
251251
'surface_azimuth': 90,

0 commit comments

Comments
 (0)