Skip to content

Commit ccc7422

Browse files
committed
dsg_featureType_axis -> dsg_feature_type_axis
1 parent 0d13a38 commit ccc7422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf/aggregate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4173,7 +4173,7 @@ def _hash_values(m):
41734173
# axis we can still aggregate it, because it's OK to aggregate
41744174
# featureTypes with the timeseries_id, profile_id, or
41754175
# trajectory_id.
4176-
if not count and dsg_featureType_axis(m0, axis):
4176+
if not count and dsg_feature_type_axis(m0, axis):
41774177
a_identity = axis
41784178
count = 1
41794179

@@ -4904,7 +4904,7 @@ def f_identity(meta):
49044904
return identity
49054905

49064906

4907-
def dsg_featureType_axis(meta, axis):
4907+
def dsg_feature_type_axis(meta, axis):
49084908
"""True if the given axis is a DSG featureType axis.
49094909
49104910
A DSG featureType axis has no dimension coordinates and at least

0 commit comments

Comments
 (0)