Skip to content

Commit b7e70d4

Browse files
Incorporated Jonathans Comments.
1 parent 46b7974 commit b7e70d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/geophires_x/Units.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Units(IntEnum):
6565

6666

6767
class AngleUnit(str, Enum):
68-
"""Temperature Units"""
68+
"""Angle Units"""
6969
DEGREES = "degrees"
7070
RADIANS = "radians"
7171

@@ -362,5 +362,5 @@ class Inflation_RateUnit(str,Enum):
362362

363363

364364
class Dynamic_ViscosityUnit(str,Enum):
365-
"""Decay rate Units"""
365+
"""Dynamic Viscosity Units"""
366366
PASCALSEC = "PaSec"

tests/examples/example_SBT_Lo_T.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Exploration Capital Cost, 0
4747
Starting Electricity Sale Price, 0.19
4848
Ending Electricity Sale Price, 0.19
4949

50-
xSBT Generate Wireframe Graphics, True
50+
SBT Generate Wireframe Graphics, False

0 commit comments

Comments
 (0)