Skip to content

Commit 6ba1aa8

Browse files
minor fix
1 parent 08a3b86 commit 6ba1aa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/goofi/nodes/analysis/compass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from goofi.node import Node
44
from goofi.params import FloatParam
55

6-
class compass(Node):
6+
class Compass(Node):
77
"""
88
A Goofi node that calculates the angle from Cartesian coordinates derived from
99
directional inputs (north, south, east, west).

src/goofi/nodes/analysis/coord2loc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from goofi.node import Node
55
from goofi.params import FloatParam
66

7-
class coord2loc(Node):
7+
class Coord2loc(Node):
88
def config_input_slots():
99
return {
1010
"latitude": DataType.ARRAY,

0 commit comments

Comments
 (0)