Skip to content

Commit e387c2b

Browse files
authored
Merge pull request #28 from Axiomatic-AI/kevin_small_changes
Kevin small changes
2 parents 9ceeb44 + b5f4bb4 commit e387c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axiomatic/axtract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def get_numerical_values(ax_client, path, constants_of_interest):
663663
value *= 1e3
664664
unit = "m"
665665
# Handle degree conversions to radians
666-
elif unit in ["deg", "°"]: # degrees
666+
elif unit in ["deg", "°", "degree", "degrees"]: # degrees
667667
value = value * (3.14159265359 / 180.0) # convert to radians
668668
unit = "rad"
669669

0 commit comments

Comments
 (0)