We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ad6e16 + 95c6737 commit 78c068eCopy full SHA for 78c068e
1 file changed
LadybugTools_Engine/Python/tests/test_helpers.py
@@ -50,8 +50,8 @@ def test_sunrise_sunset():
50
def test_openmeteo_variable():
51
"""_"""
52
assert (
53
- OpenMeteoVariable.from_string("windgusts_10m")
54
- == OpenMeteoVariable.WINDGUSTS_10M
+ OpenMeteoVariable.from_string("winddirection_100m")
+ == OpenMeteoVariable.WINDDIRECTION_100M
55
)
56
assert OpenMeteoVariable.TEMPERATURE_2M.openmeteo_unit == "°C"
57
assert OpenMeteoVariable.TEMPERATURE_2M.target_name == "Dry Bulb Temperature"
0 commit comments