We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d13a38 commit ccc7422Copy full SHA for ccc7422
cf/aggregate.py
@@ -4173,7 +4173,7 @@ def _hash_values(m):
4173
# axis we can still aggregate it, because it's OK to aggregate
4174
# featureTypes with the timeseries_id, profile_id, or
4175
# trajectory_id.
4176
- if not count and dsg_featureType_axis(m0, axis):
+ if not count and dsg_feature_type_axis(m0, axis):
4177
a_identity = axis
4178
count = 1
4179
@@ -4904,7 +4904,7 @@ def f_identity(meta):
4904
return identity
4905
4906
4907
-def dsg_featureType_axis(meta, axis):
+def dsg_feature_type_axis(meta, axis):
4908
"""True if the given axis is a DSG featureType axis.
4909
4910
A DSG featureType axis has no dimension coordinates and at least
0 commit comments