File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments