Skip to content

Commit

Permalink
Incorporated Jonathans Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-dsider committed Sep 2, 2024
1 parent 46b7974 commit b7e70d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/geophires_x/Units.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Units(IntEnum):


class AngleUnit(str, Enum):
"""Temperature Units"""
"""Angle Units"""
DEGREES = "degrees"
RADIANS = "radians"

Expand Down Expand Up @@ -362,5 +362,5 @@ class Inflation_RateUnit(str,Enum):


class Dynamic_ViscosityUnit(str,Enum):
"""Decay rate Units"""
"""Dynamic Viscosity Units"""
PASCALSEC = "PaSec"
2 changes: 1 addition & 1 deletion tests/examples/example_SBT_Lo_T.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Exploration Capital Cost, 0
Starting Electricity Sale Price, 0.19
Ending Electricity Sale Price, 0.19

xSBT Generate Wireframe Graphics, True
SBT Generate Wireframe Graphics, False

0 comments on commit b7e70d4

Please sign in to comment.