Skip to content

Commit 53b10f2

Browse files
committed
dev
2 parents fea47c0 + 940f010 commit 53b10f2

File tree

4 files changed

+678
-2
lines changed

4 files changed

+678
-2
lines changed

cf/field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ def _binary_operation(self, other, method):
10001000
for axis in f.domain_axes(todict=True):
10011001
identity = None
10021002

1003-
if self.is_discrete_axis(axis):
1003+
if f.is_discrete_axis(axis):
10041004
# This is a discrete axis whose identity is
10051005
# inferred from all of its auxiliary coordinates
10061006
x = {}

0 commit comments

Comments
 (0)